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 the program to display your name in any color?

2 Answers   HCL,


What are the different categories of functions in c?

0 Answers  


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  






What is logical error?

0 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


What is the difference between malloc calloc and realloc in c?

0 Answers  


Write a C program to fill a rectangle using window scrolling

1 Answers  


Is sizeof a keyword in c?

0 Answers  


difference between native and cross compilers

0 Answers  


Categories