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 / guest
abcd56
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is using exit() the same as using return?
How can I ensure that integer arithmetic doesnt overflow?
Explain how do you print only part of a string?
What is this infamous null pointer, anyway?
What is the significance of an algorithm to C programming?
What is strcmp in c?
What is the difference between procedural and declarative language?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Explain how does free() know explain how much memory to release?
writ a program to compare using strcmp VIVA and viva with its output.
How do you view the path?
What is the general form of function in c?
What is storage class?
What is preprocessor with example?
What is function pointer c?