C Interview Questions
Questions Answers Views Company eMail

How do you access command-line arguments?

1 2696

what does ‘#include’ mean?

TCS,

1 4384

what is the difference between #include<> and #include”…”?

5 5510

what are # pragma staments?

1601

what is the most appropriate way to write a multi-statement macro?

1 4087

what is the disadvantage of using macros?

Wipro,

1 5431

what is the self-referential structure?

1 4682

can a union be self-referenced?

1 7234

What is a pointer?

ADP, IFFCO,

1 3741

What is the Lvalue and Rvalue?

2 5825

what is a void pointer?

2 3677

why arithmetic operation can’t be performed on a void pointer?

1 6942

compare array with pointer?

1 3522

what is a NULL pointer?

2 3459

what does ‘segmentation violation’ mean?

1 3475


Post New C Questions

Un-Answered Questions { C }

What is calloc()?

602


What is I ++ in c programming?

599


In which header file is the null macro defined?

816


how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1483


Is null equal to 0 in sql?

617






what are the facialities provided by you after the selection of the student.

1633


What are the different categories of functions in c?

620


Explain the difference between malloc() and calloc() in c?

555


Explain what are compound statements?

579


When should we use pointers in a c program?

601


What is an endless loop?

782


What is a double c?

566


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

638


What is a program flowchart?

582


What is getch c?

832