FORMATTED INPUT/OUTPUT functions are
a) scanf() and printf()
b) gets() and puts()
c) getchar() and putchar()
d) all the above
No Answer is Posted For this Question
Be the First to Post Answer
Explain a file operation in C with an example.
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
How does struct work in c?
Describe the header file and its usage in c programming?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
What are the types of variables in c?
explain how do you use macro?
What is the use of function in c?
what is meant by the "equivalence of pointers and arrays" in C?
why you will give me a job in TCS.
What is the difference between fread buffer() and fwrite buffer()?
How do you determine the length of a string value that was stored in a variable?