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
Can we change the value of #define in c?
Write a simple code fragment that will check if a number is positive or negative.
What is the collection of communication lines and routers called?
Does c have class?
How to compare array with pointer in c?
Explain how can I pad a string to a known length?
Difference between pass by reference and pass by value?
What is the value of h?
Explain what is wrong in this statement?
Can we change the value of static variable in c?
what is the syallabus of computer science students in group- 1?
Why do we use & in c?
What is the use of parallelize in spark?
how many key words availabel in c a) 28 b) 31 c) 32
What is size of union in c?