The file stdio.h, what does it contain?
No Answer is Posted For this Question
Be the First to Post Answer
Is c easier than java?
How can I open files mentioned on the command line, and parse option flags?
When should you not use a type cast?
write a c program to find the sum of five entered numbers using an array named number
What is the difference between formatted&unformatted i/o functions?
How do you print an address?
can we define a function in structure?
Write a program to print “hello world” without using semicolon?
What is the difference between malloc() and realloc()?
What is the difference between exit() and _exit()?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
what are advantages of U D F?