The difference between printf and fprintf is ?
No Answer is Posted For this Question
Be the First to Post Answer
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
What is the importance of c in your views?
Why do we use main function?
explain about storage of union elements.
What is an endless loop?
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
Why does everyone say not to use gets?
write a c program to print "Welcome" without using semicolon in the whole program ??
why ordinary variable store the later value not the initial