What's the right way to use errno?
No Answer is Posted For this Question
Be the First to Post Answer
"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,
Hai why 'c' is the middle language
What is methods in c?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
Can you write the function prototype, definition and mention the other requirements.
What is a constant?
hat is a pointer?
What is FIFO?
What is a null string in c?
how to find the size of the data type like int,float without using the sizeof operator?
How to implement call back functions ?
What is the difference between formatted&unformatted i/o functions?