What are linked lists in c?


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

Post New Answer

More C Interview Questions

If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


What are formal parameters?

0 Answers  


create an SINGLE LINKED LISTS and reverse the data in the lists completely

3 Answers  


How can this be legal c?

0 Answers  






How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

0 Answers   Amazon,


11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

0 Answers  


How do you do dynamic memory allocation in C applications?

0 Answers  


What is d'n in c?

0 Answers  


What is the scope of static variables?

1 Answers  


Categories