⟩ Explain How a C program will execute(run) automatically even though you have not runned it?
by using functions such as:
main()
{
sum();
}
sum()
{
int i,j;
printf("enter i,j values:");
scanf("%d%d",&i,&j);
printf("%d",i+j);
}
by using functions such as:
main()
{
sum();
}
sum()
{
int i,j;
printf("enter i,j values:");
scanf("%d%d",&i,&j);
printf("%d",i+j);
}
Which few sites you admire and why?
How to write the table-less XHTML? Do you validate your code?
Do you ever find any particular languages or technologies intimidating?
How to show code?
How to acronym time?
Which browsers are support AJAX?
Which web browser do you use normaly?
Explain HTML (Hyper Text Markup Language)?
Explain AJAX?
Which sized of websites have you worked on in the past?