Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write a C program to print the program itself ?!

Answer Posted / manish

#include<stdio.h>

char*s="char*s=%c%s%c;main(){printf(s,34,s,34);}";
main()
{
printf(s,34,s,34);
}

Is This Answer Correct ?    25 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which function in C can be used to append a string to another string?

1274


Do you know the difference between exit() and _exit() function in c?

1111


What is the difference between array and linked list in c?

1204


Are pointers really faster than arrays?

1081


What is huge pointer in c?

1135


What is const volatile variable in c?

1103


How is a macro different from a function?

1245


Explain what are linked list?

1092


What is #define in c?

1107


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

1354


to find the closest pair

2370


Is javascript based on c?

1116


write a program to concatenation the string using switch case?

2148


What are the types of data types and explain?

1131


What is the difference between declaring a variable by constant keyword and #define ing that variable?

3439