Please list all the unary and binary operators in C.
Answer Posted / jai tushar
assignment operator (=)
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is the purpose of scanf() and printf() functions?
How do you construct an increment statement or decrement statement in C?
Explain how does flowchart help in writing a program?
I need previous papers of CSC.......plz help out by posting them.......
What is a macro?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the benefit of using an enum rather than a #define constant?
If you know then define #pragma?
how to construct a simulator keeping the logical boolean gates in c
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What does void main return?
What is a structure and why it is used?
What do you understand by friend-functions? How are they used?
What are multibyte characters?