main()
{
char a[4]="HELL";
printf("%s",a);
}

Answer Posted / thiyagu

hell

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??

1783


#include int main(void) { int a=4, b=2; a=b<>2 ; printf("%d",a); return 0; }

1076


How to palindrom string in c language?

8884


Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

3859


Sir... please give some important coding questions asked by product companies..

1805






why nlogn is the lower limit of any sort algorithm?

2381


To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']

508


how to test pierrot divisor

2264


can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

2337


Develop a routine to reflect an object about an arbitrarily selected plane

3001


how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns

3129


write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30

2228


Write a program to model an exploding firecracker in the xy plane using a particle system

3697


What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2415


What is data _null_? ,Explain with code when u need to use it in data step programming ?

2828