What is a dynamic array in c?
What does the c preprocessor do?
Explain what is dynamic data structure?
to get a line of text and count the number of vowels in it
What is the size of a union variable?
wtite a program that will multiply two integers in recursion function
What are .h files and what should I put in them?
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
Explain how does flowchart help in writing a program?
How can I do peek and poke in c?
How to set a variable in the environment list?
Why ordinary variable store only one value
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>