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

Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

0 Answers  


Why should I use standard library functions instead of writing my own?

0 Answers  


where does malloc() function get the memory?

1 Answers  


Why does not c have an exponentiation operator?

0 Answers  


I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.

1 Answers  






write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


When should a type cast not be used?

0 Answers  


What is meaning of tree

0 Answers  


Is null always defined as 0(zero)?

0 Answers  


Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,


Categories