Explain what’s a signal? Explain what do I use signals for?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong with this code?
which type of aspect you want from the student.
How pointer is different from array?
When should you not use a type cast?
What are the features of the c language?
What is the use of ?
plz answer..... a program that reads non-negative integer and computes and prints its factorial
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; }
What is header file in c?
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
how to write a c program to print list of fruits in alpabetical order?
What is function what are the types of function?