Write a program of advanced Fibonacci series.
How many main () function we can have in a project?
What is the difference between fread and fwrite function?
who is the father of C Language?
20 Answers CTS, UST,
What is the difference between union and anonymous union?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
write a program to convert a expression in polish notation (postfix) to inline (normal)
Why is sprintf unsafe?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
What is non linear data structure in c?
Is c object oriented?
What is the difference between the = symbol and == symbol?