What are the output(s) for the following ?
#include
char *f()
{char *s=malloc(8);
strcpy(s,"goodbye")}
main()
{
char *f();
printf("%c",*f()='A');
}
No Answer is Posted For this Question
Be the First to Post Answer
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
WHAT IS PRE POSSESSORS?
What is operator promotion?
how to do in place reversal of a linked list(singly or doubly)?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is difference between structure and union in c programming?
How can I increase the allowable number of simultaneously open files?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
What is the difference between functions abs() and fabs()?