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
Differentiate Source Codes from Object Codes
What is break statement?
What is c mainly used for?
How can I change the size of the dynamically allocated array?
What language is lisp written in?
write a program fibonacci series and palindrome program in c
What are all different types of pointers in c?
What is auto keyword in c?
What are nested functions in c?
Disadvantages of C language.
Does c have class?
What is the difference between null pointer and wild pointer?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What are directives in c?
What are the different types of errors?