What is structure padding and packing in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to generate address labels using structures?
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
Explain the concept and use of type void.
Why does not use getgh(); and <conio.h> in c language.
what are the stoge class in C and tel the scope and life time of it?
Explain Linker and Loader
what is the use of using linked list and array?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
What are pointers? What are different types of pointers?
Write code for finding depth of tree
What do you understand by friend-functions? How are they used?