char ch="{'H','I',0};printf("%s",ch);what is output

Answer Posted / punith

error

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

615


what are bit fields in c?

606


What is meant by 'bit masking'?

887


Is calloc better than malloc?

578


What are the benefits of c language?

646






Is there a way to compare two structure variables?

617


Why isn't it being handled properly?

645


How do shell structures work?

569


What is zero based addressing?

717


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

713


Write a code of a general series where the next element is the sum of last k terms.

596


What is the use of ?: Operator?

667


Is flag a keyword in c?

682


What is linear search?

678


What is the difference between array_name and &array_name?

779