What is true about the following
C Functions
a.Need not return any value
b.Should always return an integer
c.Should always return a float
d.Should always return more than one value.
Answers were Sorted based on User's Feedback
4. main() { int c=- -2; printf("c=%d",c); }
write a program to generate 1st n fibonacci prime number
difference between object file and executable file
What is hashing in c?
What is the use of header files?
Why cann't whole array can be passed to function as value.
Tell me the use of bit field in c language?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
Are pointers really faster than arrays?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
Whats s or c mean?
write a proram to reverse the string using switch case?