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;
}
}
Post New Answer View All Answers
What is a union?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is a far pointer in c?
How to Throw some light on the splay trees?
Why c is known as a mother language?
How are variables declared in c?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
In which language linux is written?
What is 02d in c?
Explain the meaning of keyword 'extern' in a function declaration.
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is an auto keyword in c?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is wrong with this declaration?
What are different types of variables in c?