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
How many levels of indirection in pointers can you have in a single declaration?
Explain how can I write functions that take a variable number of arguments?
Why static variable is used in c?
How to implement a packet in C
What are dangling pointers? How are dangling pointers different from memory leaks?
Why do we use int main instead of void main in c?
How do you override a defined macro?
What was noalias and what ever happened to it?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is static memory allocation? Explain
Is null always equal to 0(zero)?
What is dynamic variable in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
How do you generate random numbers in C?
How do you view the path?