What is the use of gets and puts?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below int n=10; (n++)++; printf("%d",n);
Expand the following LKB BKL FFG
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
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,
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
How to compare array with pointer in c?
How can I convert integers to binary or hexadecimal?
What is the difference between void main and main in c?
What is chain pointer in c?
write function to reverse char array ... without using second array
mplementation of stack using any programing language
How can variables be characterized?