Explain the difference between #include "..." And #include <...> In c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
what are the difference between ANSI C and Let Us c and Turbo C
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
write a program to generate 1st n fibonacci prime number
How to declare a variable?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
List the difference between a While & Do While loops?
How do I initialize a pointer to a function?
what is the difference between #include<stdio.h> and #include "stdio.h" ?
What do you mean by c what are the main characteristics of c language?