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
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
how do you programme Carrier Sense Multiple Access
List some of the static data structures in C?
to find the closest pair
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is typeof in c?
write an algorithm to display a square matrix.
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is the difference between struct and union in C?
Is there any data type in c with variable size?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
How do you override a defined macro?
Can the “if” function be used in comparing strings?
using for loop sum 2 number of any 4 digit number in c language