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
What is an array? What the different types of arrays in c?
What is console in c language?
What are the advantages and disadvantages of c language?
What is the use of sizeof?
What is wild pointer in c?
difference between native and cross compilers
How can I handle floating-point exceptions gracefully?
Who developed c language?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is structure of c program?
How can I remove the trailing spaces from a string?
What are the uses of a pointer?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Write a program to identify if a given binary tree is balanced or not.
What is data structure in c language?