Explain the properties of union.
No Answer is Posted For this Question
Be the First to Post Answer
How does the assert() function work?
What is the difference between ++a and a++?
Are local variables initialized to zero by default in c?
What is the scope of static variable in c?
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
what is mean by Garbage collection ? Please answer me. Advance thanks.
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
Why cann't whole array can be passed to function as value.
What is a stream?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
What is a pointer on a pointer in c programming language?
What is the Purpose of 'extern' keyword in a function declaration?