What is a scope resolution operator in c?


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

Post New Answer

More C Interview Questions

What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


create an SINGLE LINKED LISTS and reverse the data in the lists completely

3 Answers  


What is the use of putchar function?

0 Answers  


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,






What are dynamically linked and statically linked libraries?

2 Answers  


write a program for the normal snake games find in most of the mobiles.

0 Answers   Accenture, Wipro,


Can we change the value of constant variable in c?

0 Answers  


diff .between strcture and union

2 Answers  


What are the uses of pre-processor directives?

2 Answers  


What is a const pointer in c?

0 Answers  


What is the use of c language in real life?

0 Answers  


Categories