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

What are categories used for in c?

0 Answers  


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


What are the disadvantages of a shell structure?

0 Answers  


Why c is faster than c++?

0 Answers  






Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


Can you please explain the scope of static variables?

0 Answers  


CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

15 Answers  


The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);

1 Answers   HCL, Public Service Commission,


Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


define c

6 Answers   HCL, TCS,


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


Categories