What is pre-emptive data structure and explain it with example?
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of a shell structure?
WHAT IS C?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
difference between Low, Middle, High Level languages in c ?
Write a simple program to find the size of different basic data types in C.
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is logical error?
what is use#in c
What is the -> in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.