↧
Why union Is more Efficient
Structures and unions are the most commonly used user defined data types Every one is familiar with the syntax and use of structures and unions Here we will discuss WHY UNION IS MORE EFFICIENT...
View ArticleC Program to print 3 digit number in which first digit is your last mobile...
c program which takes input ur mobile no and gives out put as 3 digit number in which first digit is ur last mobile no and next two digit your age #include<stdio.h> void main() { int...
View Article