Learn C Programming
This page was made by Anurag Gupta. I would like to help you in C programming. Welcome!
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 ...
27/11/2022
https://youtu.be/9UtwBYf1DEE
View and learn
''IEEE Representation of Floating Point Numbers'' Computer Organization & Architecture By Mr Anurag IEEE standard for floating- point arithmetic ( IEEE754:32 and IEEE754:64) is a technical standard for floating - point computation ...
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;
}
# include
# define scanf "%s Learn C programming"
main()
{
printf(scanf, scanf);
getchar();
return 0;
}
Output: %s Learn C programming Learn C programming
Because of preprocessor macro scanf it will show above output.
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.
27/07/2017
Click here to claim your Sponsored Listing.
Category
Telephone
Address
Delhi