Can you define which header file to include at compile time?
No Answer is Posted For this Question
Be the First to Post Answer
Should I learn data structures in c or python?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
Why is c so important?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
how to write a bubble sort program without using temporary variable?
How can type-insensitive macros be created?
What is volatile c?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
Why is c called c?
why u join this call center?
Was 2000 a leap year?