Write a code to generate a series where the next element is the sum of last k terms.
Explain what math functions are available for integers? For floating point?
Describe the steps to insert data into a singly linked list.
What is sizeof return in c?
Explain main function in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Explain what is the difference between functions getch() and getche()?
How important is structure in life?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Difference between malloc() and calloc() function?
Is main is user defined function?
What is .obj file in c?
What are types of structure?
what is the role you expect in software industry?
How is a macro different from a function?