What is union in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile variable how do you declare it?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Can you write the function prototype, definition and mention the other requirements.
What does the error message "DGROUP exceeds 64K" mean?
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
Where define directive used?
how to find the sizof of any datatype using bit manipulations
Explain what does the function toupper() do?
What is the purpose of 'register' keyword?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
What is an lvalue and an rvalue?
What is wrong in this statement? scanf(“%d”,whatnumber);