printf(), scanf() these are
a) library functions
b) userdefined functions
c) system functions
d) they are not functions
No Answer is Posted For this Question
Be the First to Post Answer
What is a static variable in c?
please give me some tips for the placement in the TCS.
How would you find a cycle in a linked list?
Why doesnt the call scanf work?
Implement bit Array in C.
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
Can a variable be both static and volatile in c?
Define VARIABLE?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is an lvalue and an rvalue?
What are the types of data files?