How can I read and write comma-delimited text?
how to add two numbers without using arithmetic operators?
Disadvantages of C language.
what is reason of your company position's in india no. 1.
What is type qualifiers?
what is the difference between global variable & static variable declared out side all the function in the file.
How can my program discover the complete pathname to the executable from which it was invoked?
Explain what is the difference between #include and #include 'file' ?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Should I learn data structures in c or python?
program to find middle element of linklist?
can we change the default calling convention in c if yes than how.........?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above