struct ptr
{
int a;
char b;
int *p;
}abc;
what is d sizeof structure without using "sizeof" operator??
Answer Posted / manoj mishra
11
| Is This Answer Correct ? | 5 Yes | 20 No |
Post New Answer View All Answers
What is a header file?
What is static identifier?
what is uses of .net
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the difference between void main and main in c?
What is a macro, and explain how do you use it?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is the use of function overloading in C?
Is javascript written in c?
Are bit fields portable?
What functions are in conio h?
What are the preprocessor categories?
What are the different types of control structures?