which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answer Posted / amala v
c.)=
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How many parameters should a function have?
What are pointers really good for, anyway?
Dont ansi function prototypes render lint obsolete?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is property type c?
What is the difference between malloc calloc and realloc in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Tell me what is null pointer in c?
If you know then define #pragma?
What is the correct declaration of main?
what type of questions arrive in interview over c programming?
What does typedef struct mean?
Can we access array using pointer in c language?
What is the difference between far and near ?
Can a pointer be null?