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

write a programming in c to find the sum of all elements in an array through function.

0 Answers  


how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,


To find whether a number is even or odd without using any conditional operator??

12 Answers   College School Exams Tests, IBM,


Why is sizeof () an operator and not a function?

0 Answers  


where does it flourished?

0 Answers   Microsoft,






Why main function is special give two reasons?

0 Answers  


difference between string and array?

6 Answers  


what is data structure?

5 Answers   CBSE,


difference between spiral and waterfall model

1 Answers  


If we give two names then this displays the connection between the two people. It is nothing but flames game

1 Answers  


What is #define in c?

0 Answers  


How many types of arrays are there in c?

0 Answers  


Categories