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

please give code for this 1 2 4 7 11 16

11 Answers   Intel, Wipro,


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

0 Answers  


Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 Answers  


nic scientist exam

1 Answers   NIC,


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?

8 Answers   Google,






Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +

1 Answers  


How do you write a program which produces its own source code as its output?

2 Answers  


What is the meaning of 2d in c?

0 Answers  


Is c compiled or interpreted?

0 Answers  


What is the use of printf() and scanf() functions?

0 Answers  


write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..

10 Answers   Bosch, Mind Tree,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


Categories