#include<stdio.h>
void main()
{
int a [5];
for (i=0; i<=4; i++)
printf(ā%dā ,a[i]);
}
Answer Posted / kapil
1 2 3 4 5
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Explain how do you print only part of a string?
Difference between Shallow copy and Deep copy?
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 the difference between new and malloc functions?
what are the advantages of a macro over a function?
What is a double c?
Why structure is used in c?
What is getch () for?
How can I convert a number to a string?
Why & is used in scanf in c?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Explain the advantages of using macro in c language?
Differentiate between functions getch() and getche().
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?