What is structure padding in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is zero based addressing?
What is a stream in c programming?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
write an algorithm to display a square matrix.
What is the difference between struct and typedef struct in c?
what is the need for main function in c?
WHAT IS MEANT BY LIFE?
write a program to find out number of on bits in a number?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
Explain what are the advantages and disadvantages of a heap?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
Why c is called a mid level programming language?