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

How can I allocate arrays or structures bigger than 64K?

5 Answers  


Explain logical errors? Compare with syntax errors.

0 Answers  


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

1 Answers   91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,


What is the function of multilevel pointer in c?

0 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,






Which is the best website to learn c programming?

0 Answers  


code for selection sort?

1 Answers  


Can we declare function inside main?

0 Answers  


Binary tree traversing

1 Answers   Qualcomm,


What is clrscr ()?

0 Answers  


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


what is difference between c and c++

4 Answers  


Categories