Post New Answer View All Answers
Do string constants represent numerical values?
Describe the modifier in c?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
In which language linux is written?
What is register variable in c language?
Can we change the value of constant variable in c?
What is the use of a static variable in c?
What is dynamic dispatch in c++?
What is logical error?
Is there any demerits of using pointer?
Where local variables are stored in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is return type in c?
What is the use of c language in real life?