1. What will be the output of the following programs.
a) #include <stdio.h>
Main()
{
Int x=4;
While(x==1)
{
X=x-1;
Printf(ā%dā,x);
--x;
}
}
Answer Posted / mallesh
output is nothing bcz loop is not exists
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is mean by data types in c?
What is structure padding and packing in c?
How to get string length of given string in c?
Do you know what are the properties of union in c?
What is the most efficient way to store flag values?
What are the 5 types of inheritance in c ++?
What is structure and union in c?
What is the difference between array and linked list in c?
What does calloc stand for?
What is void main () in c?
How are portions of a program disabled in demo versions?
write a program to print largest number of each row of a 2D array
Is c is a low level language?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is the difference between typedef struct and struct?