printf(), scanf() these are
a) library functions
b) userdefined functions
c) system functions
d) they are not functions
What is the purpose of ftell?
What is the use of sizeof?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
what are the interview question's in the language c
What are external variables in c?
why u join this call center?
what is the use of macro program
Is an array parameter is always "by reference" ?
How can I call a function with an argument list built up at run time?
difference between native and cross compilers
What is linear search?
Why c is called object oriented language?