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

struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


What are pointers? What are different types of pointers?

0 Answers   Fidelity,


What is pass by value in c?

0 Answers  


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me

2 Answers  






main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


What is scope rule in c?

0 Answers  


define string ?

0 Answers  


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


what is the use of #pragma pack, wer it is used?

2 Answers   Wipro,


What do you mean by a sequential access file?

0 Answers  


Write a program to check armstrong number in c?

0 Answers  


Categories