What are the advantages of using Unions?
No Answer is Posted For this Question
Be the First to Post Answer
Why is the code below functioning. According to me it MUST NOT.
What is page thrashing?
Explain what is the advantage of a random access file?
What is printf () in c?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is a wrapper function in c?
Can a local variable be volatile in c?
What is the size of a union variable?
Write a program to print the prime numbers from 1 to 100?
What is string constants?
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,