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...

SRUCTURE PROGRAMMING

Answer Posted / hemanthkumar

in c language the way of code writing is mandatory
u must write the program in a specific way
ex;
#include<stdio.h>
main()
{
//declarations
//functions
}

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Compare and contrast compilers from interpreters.

1178


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1222


Why do we need volatile in c?

1227


What is #pragma statements?

1154


What are the advantages of union?

1117


What are the types of unary operators?

1249


Do pointers need to be initialized?

1160


Explain which function in c can be used to append a string to another string?

1136


Explain how can I write functions that take a variable number of arguments?

1128


how we can make 3d venturing graphics on outer interface

4895


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

1151


What is sizeof return in c?

1086


What is the use of #include in c?

1126


Explain how can type-insensitive macros be created?

1041


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

1260