What are Storage Classes in C ?
Answer Posted / mustaffa hasan
what are file reading and coping
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
why we wont use '&' sing in aceesing the string using scanf
What is #define in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Is c programming hard?
What is queue in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is the difference between if else and switchstatement
What is a volatile keyword in c?
Why static is used in c?
Explain what is the difference between a free-standing and a hosted environment?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is %lu in c?
Are local variables initialized to zero by default in c?
Why c is called a mid level programming language?
What is difference between Structure and Unions?