find the size of structure without using the size of function
Answer Posted / vinay
struct abc
{
-------------
--------------
-------------
};
struct abc arr[2];
difference btw arr[2] and arr[1]
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
plz let me know how to become a telecom protocol tester. thank you.
show how link list can be used to repersent the following polynomial i) 5x+2
Give basis knowledge of web designing ...
What do you mean by dynamic memory allocation in c?
What does c mean before a date?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
How can I manipulate strings of multibyte characters?
How can I change the size of the dynamically allocated array?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What are pragmas and what are they good for?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
how to construct a simulator keeping the logical boolean gates in c
Differentiate Source Codes from Object Codes
Explain how do you override a defined macro?