What is the process to create increment and decrement stamen in c?


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

Post New Answer

More C Interview Questions

True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type

7 Answers  


In which language linux is written?

0 Answers  


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


program to print circle structure

1 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,






Explain how many levels deep can include files be nested?

0 Answers  


What is the need of structure in c?

0 Answers  


What is new line escape sequence?

0 Answers  


what is uses of .net

0 Answers  


What is the difference between test design and test case design?

0 Answers  


write a program to print sum of each row of a 2D array.

4 Answers  


Explain what are the standard predefined macros?

0 Answers  


Categories