Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What's the right way to use errno?
Explain what is the benefit of using enum to declare a constant?
Is a pointer a kind of array?
Define Array of pointers.
Differentiate between the = symbol and == symbol?
What is the difference between break and continue?
What is the difference between the expression “++a” and “a++”?
Why void main is used in c?
State the difference between realloc and free.
Is there anything like an ifdef for typedefs?
How does selection sort work in c?