What are the different categories of functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
IS Doon college of Engn.. has good faculty
What is bubble sort in c?
What is far pointer in c?
Why is structure important for a child?
Is boolean a datatype in c?
how to find string length wihtout using c function?
what are the files which are automatically opened when a c file is executed?
What is the difference between int main and void main?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.