which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answer Posted / sivasiva
+
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Differentiate between a for loop and a while loop? What are it uses?
What are loops in c?
What are identifiers c?
What type of function is main ()?
How can you increase the size of a statically allocated array?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is the difference between mpi and openmp?
What are header files in c programming?
What is #define used for in c?
Is c programming hard?
How can you find out how much memory is available?
Is there a way to switch on strings?
What does the error 'Null Pointer Assignment' mean and what causes this error?