Write a code to generate a series where the next element is the sum of last k terms.
Is the exit() function same as the return statement? Explain.
What are pointers? What are stacks and queues?
How do you use a 'Local Block'?
What is the function of this pointer?
What is the purpose of the statement: strcat (S2, S1)?
What is indirection? How many levels of pointers can you have?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Write a factorial program using C.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
How to find a missed value, if you want to store 100 values in a 99 sized array?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Write a code to remove duplicates in a string.
Why C language is a procedural language?
Explain Basic concepts of C language?