How Many Header Files in c?
Answers were Sorted based on User's Feedback
Write a simple code fragment that will check if a number is positive or negative.
What are directives in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
Explain how can type-insensitive macros be created?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
how to return 1000 variables from functio9n in c?plz give me code also
the question is that what you have been doing all these periods (one year gap)
Explain what is the difference between functions getch() and getche()?
different between overloading and overriding