Explain the difference between #include "..." And #include <...> In c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How to explain the final year project as a fresher please answer with sample project

0 Answers  


Can you please explain the scope of static variables?

0 Answers  


how to print "hai" in c?

13 Answers   TCS,


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


write a programming in c to find the sum of all elements in an array through function.

0 Answers  






What is data structure in c and its types?

0 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

0 Answers  


which type of aspect you want from the student.

0 Answers   IBM, TCS,


What is the real difference between arrays and pointers?

27 Answers   Hexaware, Logic Pro, TCS,


What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,


Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code

1 Answers  


What is the acronym for ansi?

0 Answers  


Categories