Differentiate between a structure and a union.
No Answer is Posted For this Question
Be the First to Post Answer
What's wrong with "char *p = malloc(10);" ?
how to make program without <> in libray.
what is computer
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
What are the properties of union in c?
How are strings stored in c?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
I have a varargs function which accepts a float parameter?
what is the difference between unix os and linux os
What is array of pointers to string?
which operator is known as dummy operator in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?