Why do we use main function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the ANSI C Standard?
WHAT IS PRE POSSESSORS?
A program to write a number of letters and numbers, such as counting and display
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.
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
Why is c fast?
Explain what is the benefit of using enum to declare a constant?
What is omp_num_threads?
Who is the main contributor in designing the c language after dennis ritchie?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
how c source file in converted to exe file