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

Is that possible to store 32768 in an int data type variable?

0 Answers  


What is a class c rental property?

0 Answers  


difference between the array and linked list general difference related to memory

2 Answers  


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

0 Answers   Sikkim Manipal University,


write a program in c language for the multiplication of two matrices using pointers?

8 Answers   Ignou,






How to swap 3 numbers without using 4th variable?

5 Answers  


What is merge sort in c?

0 Answers  


64/square(4)

1 Answers  


#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?

4 Answers   Ramco,


What is your favorite subject?

1 Answers   Ericsson, Invendis, Tech Mahindra,


what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


Reverse a string word by word??

9 Answers  


Categories