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


Please Help Members By Posting Answers For Below Questions

What are high level languages like C and FORTRAN also known as?

674


Can you assign a different address to an array tag?

691


Explain how do you print only part of a string?

642


What is structure padding in c?

616


Can a pointer be null?

554






What is the difference between typedef and #define?

533


Explain spaghetti programming?

678


Can one function call another?

619


int far *near * p; means

3108


What does the format %10.2 mean when included in a printf statement?

1077


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

645


hi, which software companys will take,if d candidate's % is jst 55%?

1652


How can I invoke another program or command and trap its output?

608


Do you know the use of 'auto' keyword?

652


What is LINKED LIST? How can you access the last element in a linked list?

627