What is c language and why we use it?


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

Post New Answer

More C Interview Questions

What is the difference between printf and scanf in c?

0 Answers  


what is the different bitween abap and abap-hr?

0 Answers   TCS,


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


Write a program to print factorial of given number using recursion?

0 Answers  


34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?

0 Answers  






Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?

1 Answers   Oracle,


What is dynamic variable in c?

0 Answers  


what is constant pointer?

3 Answers  


How can I read data from data files with particular formats?

0 Answers  


what is compiler

6 Answers  


What is difference between main and void main?

0 Answers  


What does d mean?

0 Answers  


Categories