1. What is the output of the below c code?
#include
main()
{
int x = 5;
if(x=5)
{
if(x=5) printf("Fast");
}
printf("learning");
}
1. Fastlearning
2. learning
3. learningFast
4. Fast
2. How would you insert pre-written code into a current program ?
#include
main()
{
int x = 5;
if(x=5)
{
if(x=5) printf("Fast");
}
printf("learning");
}
1. #read
2. #get
3. #include
4. #pre
Today is Tuesday, June 3. | 1:16:1 PM
Friday, September 18, 2020
Home
Unlabelled
Subscribe to:
Post Comments (Atom)
Featured Post
WRITE A NEWSPAPER REPORT BASED ON THE GIVEN POINTS:
Incident: Bank robbery Date & time : Monday,12:30 p.m. Place: Jodhpur Park Branch Miscrean...

No comments:
Post a Comment