Can 'this' pointer by used in the constructor?
No Answer is Posted For this Question
Be the First to Post Answer
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
When should a far pointer be used?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What is the difference between class and object in c?
What is a keyword?
What is New modifiers?
64/square(4)
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Why is #define used?
1 232 34543 4567654 can anyone tell me how to slove this c question