What is pre-emptive data structure and explain it with example?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


What do you mean by dynamic memory allocation in c?

0 Answers  


Write a program to print ASCII code for a given digit.

0 Answers   EXL, HCL,


C program to find frequency of each character in a text file?

6 Answers  


What is nested structure with example?

0 Answers  






By using C language input a date into it and if it is right?

0 Answers   Aricent,


Write a program to show the workingof auto variable.

2 Answers   Infotech,


I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


What are linked lists in c?

0 Answers  


I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?

2 Answers  


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers  


What is the difference between typedef struct and struct?

0 Answers  


Categories