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
How does normalization of huge pointer works?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Explain how can you avoid including a header more than once?
What is context in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is wrong with this program statement?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What does d mean?
How do you convert strings to numbers in C?
write a program in c language to print your bio-data on the screen by using functions.
What is class and object in c?
What is a wrapper function in c?
Explain the meaning of keyword 'extern' in a function declaration.
What is line in c preprocessor?
Write a program with dynamically allocation of variable.