What is the significance of scope resolution operator?
No Answer is Posted For this Question
Be the First to Post Answer
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?
main() { printf("hello"); fork(); }
What are the characteristics of arrays in c?
can we have joblib in a proc ?
What is pivot in c?
i want to know the procedure of qualcomm for getting a job through offcampus
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
What is the use of structure padding in c?
Explain how can a program be made to print the line number where an error occurs?
what is ans for this scanf(%%d",c);
What is meant by gets in c?
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