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
What is the difference between typedef and #define?
Write a program to generate prime factors of a given integer?
while initialization of array why we use a[][2] why not a[2][]...?
what is differnence b/w macro & functions
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
1. main() { printf("%d",printf("HelloSoft")); } Output?
Explain the difference between struct and union.
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Write a c program to demonstrate character and string constants?
What does the characters “r” and “w” mean when writing programs that will make use of files?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
Explain low-order bytes.