What is the o/p of the follow pgm?

#include<stdio.h>

main()

{

char char_arr[5]=”ORACL”;

char c=’E’;

prinf(“%s\n”,strcat(char_arr,c));

}



a:oracle

b. oracl

c.e

d.none

Answer Posted / kalyan chukka

None

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is external variable in c?

605


What is the method to save data in stack data structure type?

600


What kind of structure is a house?

549


What are pointers in C? Give an example where to illustrate their significance.

742


Explain the use of keyword 'register' with respect to variables.

586






What is the use of parallelize in spark?

570


What are the 4 types of functions?

561


What is the use of ?

613


Does sprintf put null character?

589


What is #include in c?

592


What are nested functions in c?

558


What are formal parameters?

649


What is the use of define in c?

590


Why main is not a keyword in c?

639


Who is the main contributor in designing the c language after dennis ritchie?

541