What is the size of enum in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a code to generate divisors of an integer?
what are bit fields in c?
code for copying two strings with out strcpy() function.
what is the diffrenet bettwen HTTP and internet protocol
When can you use a pointer with a function?
what is mallloc()?how it works?
Write a program for finding factorial of a number.
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.
Is int a keyword in c?
How does pointer work in c?
How do I copy files?
Why ordinary variable store only one value