Answer Posted / radha
dennis ritche
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
How to draw the flowchart for structure programs?
Why can’t we compare structures?
What is a lookup table in c?
Why ca not I do something like this?
Which of these functions is safer to use : fgets(), gets()? Why?
Describe static function with its usage?
Can the curly brackets { } be used to enclose a single line of code?
What is a buffer in c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
How can a program be made to print the line number where an error occurs?
What is floating point constants?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is cohesion in c?
What are global variables and explain how do you declare them?
What is the difference between printf and scanf in c?