write a program to print data of 5 five students with
structures?
What are the different types of control structures?
When the macros gets expanded?
How many loops are there in c?
How to avoid structure padding in C?
WHAT IS LOW LEVEL LANGUAGE?
Explain the concept and use of type void.
shorting algorithmS
difference between i++* and *++i
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
which one is better structure or union?(other than the space occupied )
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }