for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????
Answer Posted / rajesh jat
i is a signed integer
it will print only and only -32768
//KEEP IT DIRTY
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Simplify the program segment if X = B then C ← true else C ← false
How do you list a file’s date and time?
What do the functions atoi(), itoa() and gcvt() do?
What is echo in c programming?
Can we change the value of constant variable in c?
Is this program statement valid? INT = 10.50;
Can the curly brackets { } be used to enclose a single line of code?
Explain Basic concepts of C language?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
what is a function method?give example?
What is the process to generate random numbers in c programming language?
What is the difference between text and binary modes?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is the deal on sprintf_s return value?