In a header file whether functions are declared or defined?


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

Post New Answer

More C Interview Questions

What are data breakpoints?

3 Answers   Adobe,


My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.

1 Answers  


Explain that why C is procedural?

0 Answers   Maveric, Verifone,


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


What is the difference between printf and scanf in c?

0 Answers  






write a function for strtok()??

2 Answers   Verifone,


What is character set?

0 Answers  


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


What is a pointer on a pointer in c programming language?

0 Answers  


Explain logical errors? Compare with syntax errors.

0 Answers  


How do I round numbers?

0 Answers  


what are you see during placement time in the student.

0 Answers   Goldman Sachs, TCS, Tech Solutions,


Categories