Explain what will be the outcome of the following conditional statement if the value of variable s is 10?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is a nested formula?

0 Answers  


What is #include stdio h?

0 Answers  


cavium networks written test pattern ..

0 Answers   Cavium Networks,


What is meant by gets in c?

0 Answers  


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

2 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


What is sizeof return in c?

0 Answers  


write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?

5 Answers   HCL,


Which one would you prefer - a macro or a function?

0 Answers  


Why c language?

0 Answers  


Why is c called a mid-level programming language?

0 Answers  


What does c mean in standard form?

0 Answers  


Categories