How do you construct an increment statement or decrement statement in C?


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

Post New Answer

More C Interview Questions

What is static volatile in c?

0 Answers  


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


what is call by value and call by reference

4 Answers  


wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 Answers  


What is the heap in c?

0 Answers  






f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error

4 Answers   HCL,


print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,


write a programe to find the factorial of given number using recursion

3 Answers  


What are the advantages and disadvantages of pointers?

0 Answers  


What is function prototype?

0 Answers  


print out of string in this format; 1. "rajesh" 2. \n 3. %d

5 Answers   mpower,


What is the default value of local and global variables in c?

0 Answers  


Categories