Answer Posted / suresh
denis ritchie
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is atoi and atof in c?
How can I open files mentioned on the command line, and parse option flags?
What does sizeof function do?
Is c language still used?
How can a program be made to print the name of a source file where an error occurs?
How is null defined in c?
What is hashing in c?
What is the use of #include in c?
What does stand for?
What is getch c?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What does the function toupper() do?
What is the scope of an external variable in c?
What is || operator and how does it function in a program?
How a string is stored in c?