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 the proper way of these job Tell me about there full work

0 Answers   EDS,


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


When we use void main and int main?

0 Answers  


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


write a program in c language to print your bio-data on the screen by using functions.

6 Answers   College School Exams Tests, IBM,






the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


program to print circle structure

1 Answers  


Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }

3 Answers   IBM,


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


What is restrict keyword in c?

0 Answers  


Categories