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

Who developed c language and when?

0 Answers  


What is far pointer in c?

0 Answers  


What are .h files and what should I put in them?

3 Answers  


What does stand for?

0 Answers  


Where define directive used?

0 Answers  






there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


Difference between pass by reference and pass by value?

0 Answers   TCS, TISL,


can we execute the program with the object file

1 Answers  


What is structure padding and packing in c?

0 Answers  


Write the Program to reverse a string using pointers.

0 Answers   InterGraph,


Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


Explain what is the difference between #include and #include 'file' ?

0 Answers  


Categories