Why do we use main function?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know the difference between exit() and _exit() function in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
What is the explanation for prototype function in c?
How do I use strcmp?
What is wrong with this code such that it doesnt produce the input reversed? #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { char Space = ' '; char LineOfText; float count; LineOfText = getchar(); while ((LineOfText = getchar()) != '/n'); { count = strlen(LineOfText) - 1; while (count >= 0) { putchar(LineOfText[count]); count--; } } getchar(); return 0; }
difference between c and c++
i want to know the procedure of qualcomm for getting a job through offcampus
Process by which one bit pattern in to another by bit wise operation is?
print a "hello" word without using printf n puts in c language
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
How do you prevent buffer overflows in C?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?