Explain what is a program flowchart and explain how does it 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

How can I read a directory in a c program?

1 Answers   CSC,


When should you not use a type cast?

0 Answers  


What is the return type of sizeof?

0 Answers  


How to write the code of the program to swap two numbers with in one statement?

2 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


Hai why 'c' is the middle language

4 Answers  


What are comments and how do you insert it in a C program?

0 Answers  


What is header file definition?

0 Answers  


who is the father of c

4 Answers   Infosys,


can we write a c program with out using main

3 Answers  


How many header files are in c?

0 Answers  


main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 Answers   Vector, Vector India,


Categories