What is dangling pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
p*=(++q)++*--p when p=q=1 while(q<=6)
What is the benefit of using const for declaring constants?
What is the use of f in c?
Is there any book to know about Basics of C Language?
Is fortran faster than c?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
What is an lvalue?
What is register variable in c language?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
Explain how do you override a defined macro?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
Combinations of fibanocci prime series