What does double pointer mean in c?
What does the file stdio.h contain?
What are the various types of control structures in programming?
what is call by value and call by reference
Explain is it valid to address one element beyond the end of an array?
what is array?
if p is a string contained in a string?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is equivalent to ++i+++j?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
i have a written test for microland please give me test pattern
Write a routine that prints out a 2-D array in spiral order!
Is c functional or procedural?