What is nested structure with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of typedef in structure in c?
writ a program to compare using strcmp VIVA and viva with its output.
how to swap 2 numbers in a single statement?
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
What is register variable in c language?
Do character constants represent numerical values?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is the difference between a string and an array?
how to build a exercise findig min number of e heap with list imlemented?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Is there any data type in c with variable size?