what is the difference between #include<stdio.h> and
#include "stdio.h" ?
Answer Posted / n
implementation defined. read manual for the compiler you use.
if include " " fails, then include < > is tried
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Can include files be nested?
What are types of structure?
Is stack a keyword in c?
What is the symbol indicated the c-preprocessor?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Can true be a variable name in c?
What is a stream?
Are pointers integer?
Explain how do you list files in a directory?
How do you determine the length of a string value that was stored in a variable?
pierrot's divisor program using c or c++ code
Can a file other than a .h file be included with #include?
What is keyword with example?
Why c language is called c?