How was c created?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the difference between = and == symbols in c programming?
Explain what are the standard predefined macros?
What is #include cctype?
What is the purpose of clrscr () printf () and getch ()?
simple program of graphics and their output display
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
"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,
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Is there any demerits of using pointer?
What is wrong with this initialization?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5