Answer Posted / rajesh,final year.
In c language increment
by 1 is denoted by ++
operator. Hence
development in c is
denoted by c++
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Why is c called c?
What is const keyword in c?
How can you increase the allowable number of simultaneously open files?
Explain how do you override a defined macro?
what is the difference between 123 and 0123 in c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is switch in c?
What is scanf () in c?
In a switch statement, explain what will happen if a break statement is omitted?
What is difference between static and global variable in c?
Explain how can you check to see whether a symbol is defined?
What is the difference between void main and main in c?
What is hungarian notation? Is it worthwhile?
Explain main function in c?