What is array of structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
Write a program to print fibonacci series without using recursion?
How to compare array with pointer in c?
What does sizeof int return?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Why we use int main and void main?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
What is volatile c?
c program to manipulate x=1!+2!+3!+...+n! using recursion
Explain a pre-processor and its advantages.
what is the use of c program?
4 Answers Synergy, Web Synergies,
Why array starts with index 0