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
What is your stream meaning?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
how to find binary of number?
find out largest elemant of diagonalmatrix
What is ambagious result in C? explain with an example.
What is pointer to pointer in c with example?
What is static and volatile in c?
What is I ++ in c programming?
write a c program for swapping two strings using pointer
Array is an lvalue or not?
Explain the difference between getch() and getche() in c?
What is the sizeof () a pointer?
What is use of null pointer in c?
How many types of arrays are there in c?
What are pointers?