Answer Posted / nashiinformaticssolutions
#pragma provides compiler-specific instructions.
Example:
#pragma pack(1) // Forces 1-byte alignment for structures
struct Example {
char a;
int b;
};
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the array representation of a binary tree in C.
Define macros.
What is c token?
int far *near * p; means
write a progrmm in c language take user interface generate table using for loop?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What are control structures? What are the different types?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Write a program to check prime number in c programming?
Do you know pointer in c?
What is equivalent to ++i+++j?
What is difference between structure and union in c programming?
How can you increase the size of a dynamically allocated array?
What is header file definition?