What is a stream water?
No Answer is Posted For this Question
Be the First to Post Answer
how to make program without <> in library.
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Where local variables are stored in c?
What is volatile c?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Can you add pointers together? Why would you?
what is answer for perfect number????????????????
What does the format %10.2 mean when included in a printf statement?
What does sizeof int return?
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
What is pointers in c?
How can I trap or ignore keyboard interrupts like control-c?