which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Post New Answer View All Answers
Explain the advantages and disadvantages of macros.
can we change the default calling convention in c if yes than how.........?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is the purpose of & in scanf?
How can I use a preprocessorif expression to ?
Do pointers store the address of value or the actual value of a variable?
How can I do serial ("comm") port I/O?
#include
What does %c mean in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is sorting in c plus plus?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What are void pointers in c?
What is echo in c programming?
What is the purpose of the preprocessor directive error?