Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is a nested formula?
What is #include stdio h?
cavium networks written test pattern ..
What is meant by gets in c?
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What is sizeof return in c?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
Which one would you prefer - a macro or a function?
Why c language?
Why is c called a mid-level programming language?
What does c mean in standard form?