Learn C Programming
23/06/2023
View learn and share😊
''Introduction to python'' Python Programming Lecture 01By Mr. Anurag Gupta, AKGEC Python is most popular programming language, this is widely used high level language now a day ...
What is the o/p
int main()
{
printf(" %d ",printf("Happy Diwali"));
return 0;
}
19/10/2017
What is the output of the following code:
# include
# define x 5+2
int main(){
int i;
i=x*x*x;
printf("%d",i);
return 0;
}
int main()
{
int n;
for(n = 7; n!=0; n--)
printf("n = %d", n--);
return 0;
}
Output:Above program goes in infinite loop because n is never zero when loop condition (n != 0) is checked.
Click here to claim your Sponsored Listing.
Category
Telephone
Address
Delhi