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 to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is the use of pointers in C?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is structure data type in c?
What are conditional operators in C?
What is 2c dna?
Tell me what is null pointer in c?
Explain what are run-time errors?
State the difference between x3 and x[3].
What is structure in c definition?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Is exit(status) truly equivalent to returning the same status from main?
Is javascript based on c?
What is the process of writing the null pointer?
Explain how can you determine the size of an allocated portion of memory?