What is a program flowchart and 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 derived data types in c?

0 Answers  


What are the languages are portable and platform independent?Why they are like that?

1 Answers   Excel, Satyam,


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 Answers  


char *p="name"; printf(p);

1 Answers  


What is a function in c?

2 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


what is function pointer?

2 Answers   Wipro,


When c language was developed?

0 Answers  


write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)

1 Answers   Bosch, College School Exams Tests,


how to find your architecture is LittleEndian or BigEndian?

1 Answers  


write a string copy function routine?

2 Answers  


Categories