Who developed c language and when?
No Answer is Posted For this Question
Be the First to Post Answer
How does C++ help with the tradeoff of safety vs. usability?
How can this be legal c?
HOW TO HANDLE EXCEPTIONS IN C
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
Is an array parameter is always "by reference" ?
What is the memory allocated by the following definition ? int (*x)();
Why c is a mother language?
what is meant by the "equivalence of pointers and arrays" in C?
Explain what are global variables and explain how do you declare them?
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
"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,
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }