Stimulate calculator using Switch-case-default statement for
two numbers


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

Post New Answer

More C Interview Questions

what is c language?

2 Answers  


What is strcpy() function?

0 Answers  


How macro execution is faster than function ?

0 Answers   Wipro,


how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


What is scanf_s in c?

0 Answers  


Write a C program that reads a series of strings and prints only those ending in "ed"

2 Answers   Accenture,


Where static variables are stored in memory in c?

0 Answers  


What is structure and union in c?

0 Answers  


Why c is faster than c++?

0 Answers  


What is declaration and definition in c?

0 Answers  


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

0 Answers  


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


Categories