which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Post New Answer View All Answers
How is actual parameter different from the formal parameter?
largest Of three Number using without if condition?
Why doesnt this code work?
Why is c not oop?
Why header files are used?
What does the function toupper() do?
What is string constants?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What are the header files used in c language?
Write the control statements in C language
What is meant by recursion?
What is the acronym for ansi?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
what are bit fields in c?
explain how do you use macro?