Explain how can type-insensitive macros be created?
No Answer is Posted For this Question
Be the First to Post Answer
Famous puzzles which are generally asked by companies during interviews ?
Is there a way to jump out of a function or functions?
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
What is a null pointer in c?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
What is the use of structure padding in c?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
can we initialize all the members of union?
Explain how do you sort filenames in a directory?
Process by which one bit pattern in to another by bit wise operation is?
What are the primitive data types in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?