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 / rohit
variable X have not been defined. so it has an error...........
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain built-in function?
In which language linux is written?
What is the use of c language in real life?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Explain zero based addressing.
How many types of errors are there in c language? Explain
What is an lvalue?
What is a spanning Tree?
explain what is a newline escape sequence?
Explain what is a const pointer?
What is non linear data structure in c?
What is 2 d array in c?
c program for searching a student details among 10 student details
Explain the priority queues?