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

How do we open a binary file in Read/Write mode in C?

0 Answers   Alter,


What is the code in while loop that returns the output of given code?

0 Answers  


How can I make a program in c to print 'Hello' without using semicolon in the code?

9 Answers   C DAC, Practical Viva Questions,


pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()

2 Answers   TCS, ZenQ,


Write a program to accept a character & display its corrosponding ASCII value & vice versa?

9 Answers  






int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


How would you print out the data in a binary tree, level by level, starting at the top?

6 Answers   Amazon, Microsoft,


write a program to display the array elements in reverse order in c language

16 Answers  


Write a program to check prime number in c programming?

0 Answers  


Write a program to find whether the given number is prime or not?

6 Answers  


How can I pad a string to a known length?

0 Answers  


Are the outer parentheses in return statements really optional?

0 Answers  


Categories