What is structure in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is a char in c?

0 Answers  


Why pointers are used in c?

0 Answers  


.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; }

0 Answers  


Who developed c language and when?

0 Answers  


What is dangling pointer in c?

0 Answers  


code for quick sort?

0 Answers  


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?

0 Answers  


What are valid signatures for the Main function?

0 Answers  


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


Can a pointer point to null?

0 Answers  


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


Categories