what is the difference between <stdio.h> and "stdio.h"
Answer Posted / cpmt
<stdio.h> searches in the current directory."stdio.h"
searches in the both source and current directory.
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
Is c easy to learn?
writ a program to compare using strcmp VIVA and viva with its output.
What is a pointer in c plus plus?
swap 2 numbers without using third variable?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is masking?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
write a program to display all prime numbers
C program to find all possible outcomes of a dice?
write a program to print largest number of each row of a 2D array
Why header files are used?
What is keyword in c?
What is a pointer in c?
How can I swap two values without using a temporary?
What is a char c?