What is non linear data structure in c?


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

Post New Answer

More C Interview Questions

what is the main use of c where it can use the c

2 Answers   Infosys,


how can write all 1to 100 prime numbers using for loop,if and break ?

2 Answers   TCS,


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


what is the advantage of function pointer

16 Answers   CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  






Is there sort function in c?

0 Answers  


What is dynamic dispatch in c++?

0 Answers  


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

0 Answers   KPIT,


every function has return the value?

1 Answers  


21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


Difference Between embedded software and soft ware?

1 Answers   Bosch,


Explain in detail how strset (string handling function works )pls explain it with an example.

1 Answers  


Categories