⟩ Explain What will be the output of the expression 11^5?
by using functions
eg:
main()
{
sum();
}
sum()
{
int i,j;
printf("enter i,j values:");
scanf("%d%d",&i,&j);
printf("%d",i+j);
}
by using functions
eg:
main()
{
sum();
}
sum()
{
int i,j;
printf("enter i,j values:");
scanf("%d%d",&i,&j);
printf("%d",i+j);
}
Which are your favorite development tools and why?
What is w3c?
How you fix code?
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?