#include<stdio.h>
void main()
{
int a [5];
for (i=0; i<=4; i++)
printf(ā%dā ,a[i]);
}
Answer Posted / purnima
it gives compile time error because here the var i is not
declared .aIn c a var must be declared before is usage
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why do we use return in c?
Explain what is page thrashing?
What are the different data types in C?
What is file in c language?
What is the difference between text and binary modes?
In C programming, how do you insert quote characters (ā and ā) into the output screen?
What are the general description for loop statement and available loop types in c?
What is a class c rental property?
What are the back slash character constants or escape sequence charactersavailable in c?
Why c is faster than c++?
What is struct node in c?
What do you mean by c what are the main characteristics of c language?
What is the collection of communication lines and routers called?
Explain what are multibyte characters?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above