What is the difference between if else and switchstatement


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

Post New Answer

More C Interview Questions

what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


write a program that accepts 3 numbers from the user. dispaly the values in a descending order.

3 Answers  


What is the difference between char array and char pointer?

0 Answers  


Difference between goto, long jmp() and setjmp()?

0 Answers   EXL,






What is a null pointer in c?

0 Answers  


What does stand for?

0 Answers  


What is an lvalue?

0 Answers  


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


Explain can static variables be declared in a header file?

0 Answers  


What are examples of structures?

0 Answers  


Where can I get an ansi-compatible lint?

0 Answers  


Categories