Why is void main used?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of fflush() function?
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
c programming of binary addition of two binary numbers
can we declare a function in side the structure?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the most efficient way to count the number of bits which are set in a value?
What is a null pointer in c?
Why malloc is faster than calloc?
How do I read the arrow keys? What about function keys?
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
What are the advantages of union?