When is a “switch” statement preferable over an “if” statement?
No Answer is Posted For this Question
Be the First to Post Answer
Can a function argument have default value?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
Write a program to swap two numbers without using the third variable?
Tell us something about keyword 'auto'.
What are the difference between a free-standing and a hosted environment?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
what is the use of fflush() function?
how to execute with out main in cprogram
write a program to count the no of repaeted words in a line?
code for selection sort?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...