What is nested structure?
No Answer is Posted For this Question
Be the First to Post Answer
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
Why is not a pointer null after calling free?
int x=sizeof(!5.856); What will value of variable x?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Write a program in c using only loops to print * * * * * *******
What is exit() function?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
int x=5; printf("%d%d%d",x,x<<2,x>>2);
Explain the difference between malloc() and calloc() in c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?