main()
{char a[10]={1,2,3,4,5,6};int x;
for(x=0;x<4;x++){ b[x]=x+'a';}
printf("%s",b);}
Answer Posted / vignesh1988i
1 st prob.. this will be an error since b[] have not been
declared.......
if you are nt bothered about the syntax obligations....
then the output will be:
abcd
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is reason of your company position's in india no. 1.
What are the types of data types and explain?
What is wild pointer in c with example?
What are data structures in c and how to use them?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is a node in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is d scanf?
What is a union?
Is r written in c?
What is hungarian notation? Is it worthwhile?
Why is c called "mother" language?
What is the scope of global variable in c?
What is c standard library?
Why c is called a mid level programming language?