What is the value of c?


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

Post New Answer

More C Interview Questions

How would you find a cycle in a linked list?

3 Answers   NSN,


what is a static function

10 Answers   Satyam,


How can you tell whether a program was compiled using c versus c++?

0 Answers  


Which built-in library function can be used to match a patter from the string?

0 Answers  


What do you mean by scope of a variable in c?

0 Answers  






can you change name of main()?how?

3 Answers   HCL, Siemens,


How is a macro different from a function?

0 Answers   Tech Mahindra,


write a program to print infinte number

4 Answers  


Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;

5 Answers   Accenture, TCS,


What is your stream meaning?

0 Answers  


Q. where is the below variables stored ? - volatile, static, register

3 Answers   Bosch,


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


Categories