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

Answers were Sorted based on User's Feedback



SRUCTURE PROGRAMMING..

Answer / ms kumar

In c the program will divided into different functions.it
useful whenever u need to update a particular part .

Is This Answer Correct ?    22 Yes 1 No

SRUCTURE PROGRAMMING..

Answer / 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

SRUCTURE PROGRAMMING..

Answer / anil kumar

Structure Programing means that type of language which is
based on structure it means all codding is done under main
function and when we want to change the functionality of
that programme then we have to change all functionality of
program.ex of it is c,COBOL etc

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More C Interview Questions

12345 1234 123 12 1

2 Answers  


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


Explain what is wrong with this program statement?

0 Answers  


What is the sizeof () operator?

0 Answers  


what are the general concepts of c and c++

2 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


What is size of union in c?

0 Answers  


What is the difference between the = symbol and == symbol?

0 Answers  


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


Write a program to check armstrong number in c?

0 Answers  


write a c program to print "Welcome" without using semicolon in the whole program ??

15 Answers   Infosys, TCS,


Explain what is the use of a semicolon (;) at the end of every program statement?

0 Answers  


Categories