What are comments and how do you insert it in a C program?
No Answer is Posted For this Question
Be the First to Post Answer
What is key word in c language?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
Write a program to find the smallest and largest element in a given array in c language
write a program to find the largest and second largest integer from an array
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
What is the use of volatile?
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
what is the defrenece between structure and union
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
What is typeof in c?
coding for Fibonacci.?
What's a "sequence point"?