What is the significance of scope resolution operator?


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

Post New Answer

More C Interview Questions

if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?

9 Answers   Wipro,


main() { printf("hello"); fork(); }

0 Answers   Wilco,


What are the characteristics of arrays in c?

0 Answers  


can we have joblib in a proc ?

0 Answers  


What is pivot in c?

0 Answers  






i want to know the procedure of qualcomm for getting a job through offcampus

0 Answers   HCL,


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

0 Answers   XYZ,


What is the use of structure padding in c?

0 Answers  


Explain how can a program be made to print the line number where an error occurs?

0 Answers  


what is ans for this scanf(%%d",c);

1 Answers  


What is meant by gets in c?

0 Answers  


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


Categories