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
How do c compilers work?
What is nested structure with example?
What does return 1 means in c?
what do you mean by inline function in C?
Is c is a low level language?
What is the return type of sizeof?
What are types of functions?
how logic is used
What is the difference between āgā and āgā in C?
How do I swap bytes?
Difference between constant pointer and pointer to a constant.
Does sprintf put null character?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Explain the advantages of using macro in c language?
Explain what are run-time errors?