What is the use of getchar functions?
No Answer is Posted For this Question
Be the First to Post Answer
Can we replace the struct function in tree syntax with a union?
What are the uses of null pointers?
What are the key features in c programming language?
why programming language C is still used in operating system's kernel??
What should malloc() do?
What is the OOPs concept?
swap two integer variables without using a third temporary variable?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
Explain about the constants which help in debugging?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
What happens if header file is included twice?
How can I invoke another program from within a C program?