What are the types of unary operators?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the difference between array and pointer?

0 Answers  


main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }

2 Answers  


What is the difference b/w Structure & Union?

3 Answers  


difference of two no's with out using - operator

7 Answers  


i=10,j=20 j=i,j?(i,j)?i:j:j print i,j

1 Answers   CSC,


write a program to print calender using for loop.

1 Answers   HCL, TCS,


whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 Answers  


What are derived data types in c?

0 Answers  


What is this infamous null pointer, anyway?

0 Answers  


Explain goto?

0 Answers  


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

0 Answers  


i have a written test in tomorrow

1 Answers   NNN, Value Labs,


Categories