printf(), scanf() these are
a) library functions
b) userdefined functions
c) system functions
d) they are not functions
how i m write c program 1.check prime number 2.prime number series
What are conditional operators in C?
What is the use of a ‘’ character?
Explain what is a program flowchart and explain how does it help in writing a program?
How can I allocate arrays or structures bigger than 64K?
Do you know what are the properties of union in c?
convert 12345 to 54321 withoutusing strig
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Are local variables initialized to zero by default in c?
how to generate sparse matrix in c
what is an inline function?
How to establish connection with oracle database software from c language?