1. What is the output of the below c code?

#include<stdio.h> 
main() 
{
   int x = 5;
   
   if(x=5)
   { 
      if(x=5) printf("Fast");
   } 
   printf("learning");
}



 

2. How would you insert pre-written code into a current program ?

#include<stdio.h> 
main() 
{
   int x = 5;
   
   if(x=5)
   { 
      if(x=5) printf("Fast");
   } 
   printf("learning");
}



 
Share To:
Next
This is the most recent post.
Previous
Older Post

ajmal forum ajmal forum

Post A Comment:

0 comments so far,add yours