Answer Posted / nagi
array of pointers
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What is difference between constant pointer and constant variable?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is a static function in c?
What will be your course of action for a push operation?
What is the difference between array_name and &array_name?
Why does everyone say not to use gets?
What are c header files?
What is assignment operator?
What is the meaning of typedef struct in c?
What is union in c?
What is %lu in c?
How is a macro different from a function?
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
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above