what is the c source code for the below output?
5555555555
4444 4444
333 333
22 22
1 1
22 22
333 333
4444 4444
5555555555
No Answer is Posted For this Question
Be the First to Post Answer
whats the use of header file in c?
why should i select you?
Which is better oop or procedural?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
could u able to tell about suresoft technical session
What is an auto keyword in c?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
difference between c and c++?
Why is c called c?
What is function prototype?
Explain the process of converting a Tree into a Binary Tree.
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