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

Structures Unions Enumeration - FlowControl in C Interview Questions for Engineering Students

1.) What do the 'c' and 'v' in argv stands for?
a.) 'c' means Argument control 'v' means argument vector
b.) 'c' means Argument Count 'v' means argument vertex
c.) 'c' means argument count 'v' means argument vector
d.) 'c' means argument configuration 'v' means argument visibility
ANSWER: c.) 'c' means argument count 'v' means argument vector

2.) What do the following declaration signify?
int (*pf)();

a.) pf is a Pointer to function
b.) pf is a function pointer
c.) pf is a pointer to a function which return int
d.) pf is a function of pointer variable
ANSWER: c.) pf is a pointer to a function which return int

C Frequently Asked Questions
C-Job Interview Questions
Interrupt DMA and Watchdog Timer


Watchdog Timer Interview Questions


3.) What do the following declaration signify?
void *cmp();
a.) cmp is a pointer to an void type
b.) cmp is a void type pointer variable
c.) cmp is a function that return a void pointer
d.) cmp function returns nothing
ANSWER: c.) cmp is a function that return a void pointer

4.) In which numbering system can the binary number 1011011111000101 be easily converted to?
a.) Decimal system
b.) Hexadecimal system
c.) Octal system
d.) No need to convert
ANSWER: b.) Hexadecimal system

5.) Which bitwise operator is suitable for turning off a particular bit in a number?
a.) && operator
b.) & operator
c.) || operator
d.) ! operator
ANSWER: b.) & operator
CONTINUE READING »


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

Share the post

Structures Unions Enumeration - FlowControl in C Interview Questions for Engineering Students

×

Subscribe to Ingenuitydias

Get updates delivered right to your inbox!

Thank you for your subscription

×