What are multidimensional arrays?
difference between function & structure
Do you know what are the properties of union in c?
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?
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
char ch="{'H','I',0};printf("%s",ch);what is output
what is stack , heap ,code segment,and data segment
Which is more efficient, a switch statement or an if else chain?
Diff between for loop and while loop?
How can I recover the file name given an open stream?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
How do I send escape sequences to control a terminal or other device?