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
What does the characters “r” and “w” mean when writing programs that will make use of files?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
What is data type long in c?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
difference between ordinary variable and pointer in C?
How can I write a function analogous to scanf?
Can you think of a logic behind the game minesweeper.
What is difference between && and & in c?
Dont ansi function prototypes render lint obsolete?
Why pointers are used?
What is return type in c?
Explain main function in c?