Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

C Programming Interview Questions Basics Viva Tutorials

1.) If every Node u in G is adjacent to every other node v in G, A graph is said to be
a.) isolated
b.) complete
c.) finite
d.) strongly connected

ANSWER: b.) complete


2.) In a Heap tree
a.) Values in a node is greater than every value in left sub tree and smaller than right sub tree  
b.) Values in a node is greater than every value in children of it
c.) Both of above conditions applies
d.) None of the mentioned

ANSWER: b.) Values in a node is greater than every value in children of it

Structures Unions Enumeration - Flow-control in C
C Storage Classes
Variable Function And Structure
C Viva Questions for Freshers Basics
Embedded C-Twenty Interview Questions

3.) In a binary tree, certain null entries are replaced by Special Pointers which point to nodes higher in the tree for efficiency. These special pointers are called
a.) Leaf
b.) branch
c.) path  
d.) thread

ANSWER: d.) thread


4.) To use the function tolower(), which of the following header file should be used
a.) string.h
b.) conio.h
c.) ctype.h
d.) None of the mentioned

ANSWER: c.) ctype.h


5.) What is function overloading?
a.) calling a function from another function
b.) having more than one function of same name
c.) calling a function from itself
d.) None of the mentioned

ANSWER: b.) having more than one function of same name
CONTINUE READING »


This post first appeared on IngenuityDias, please read the originial post: here

Share the post

C Programming Interview Questions Basics Viva Tutorials

×

Subscribe to Ingenuitydias

Get updates delivered right to your inbox!

Thank you for your subscription

×