What is structure in c language?
What is a char in c?
Why pointers are used in c?
.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; }
Who developed c language and when?
What is dangling pointer in c?
code for quick sort?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
Where can I get an ansi-compatible lint?
What are valid signatures for the Main function?
Which is the memory area not included in C program? give the reason
Can a pointer point to null?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,