Explain how does flowchart help in writing a program?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write a code to generate divisors of an integer?

0 Answers   Ericsson,


What are reserved words?

0 Answers  


Explain what is wrong with this program statement? Void = 10;

0 Answers  


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100

1 Answers  


What does do in c?

0 Answers  


What is FIFO?

3 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


write a program for the normal snake games find in most of the mobiles.

0 Answers   Accenture, Wipro,


How many keywords are there in c?

0 Answers  


What are the types of type specifiers?

0 Answers  


Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


Categories