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
Explain bitwise shift operators?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What are predefined functions in c?
Is it valid to address one element beyond the end of an array?
What's the difference between constant char *p and char * constant p?
What is calloc() function?
Why functions are used in c?
What is extern c used for?
What are compound statements?
What is the use of printf() and scanf() functions?
Do you know the difference between exit() and _exit() function in c?
Why array is used in c?
Can we declare variable anywhere in c?
Describe the modifier in c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks