write a c program to print the next of a particular no
without using the arithmetic operator or looping statements?
Answer / sumanta mahapatra
we can do dis using increment operator....
main()
{
int x,y;
x=5;
y=++x;
printf("%d",y);
}
| Is This Answer Correct ? | 7 Yes | 3 No |
Explain what is wrong in this statement?
How was c created?
List some applications of c programming language?
In C programming, what command or code can be used to determine if a number of odd or even?
What is the total generic pointer type?
What are the c keywords?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
What is the use of parallelize in spark?
how to generate sparse matrix in c
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
What is that continue statement??