Are the expressions * ptr ++ and ++ * ptr same?
Where we use clrscr in c?
Which sorting algorithm is the best?
What is the value of uninitialized variable in c?
How #define works?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
If null and 0 are equivalent as null pointer constants, which should I use?
What is the use of printf() and scanf() functions?
Explain data types & how many data types supported by c?
can we implement multi-threads in c.
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+