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
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is pass by reference in functions?
Who had beaten up hooligan "CHAKULI" in his early college days?
Write a program that receives as input a number omaadel-n-print, four digits.
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What are loops c?
What are .h files and what should I put in them?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
write a program that will print %d in the output screen??
What is the argument of a function in c?
write a string copy function routine?
What is an example of enumeration?