why wipro wase
No Answer is Posted For this Question
Be the First to Post Answer
What is the description for syntax errors?
diff .between strcture and union
what is purpose of fflush(stdin) function
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Explain how do you determine whether to use a stream function or a low-level function?
What are the different data types in C?
How does struct work in c?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
What is data structure in c language?
from which concept of 'c', the static member function of 'c++' has came?
What is an lvalue in c?