Write a program to use switch statement.
No Answer is Posted For this Question
Be the First to Post Answer
#define d 10+10 main() { printf("%d",d*d); }
what value is returned to operating system after program execution?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
what is the meaning of 'c' language
What is a stream in c programming?
what are enumerations in C
What are the 5 data types?
i want to know aptitude questions,technical questions
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
How does free() know how many bytes to free?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
What is the advantage of an array over individual variables?