Answer Posted / ankur
I think c programming language is derived from "B" language which is "BASIC" programming language but in c language compiler is used that is why some people called it is the full form of compiler
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Explain what is #line used for?
What is pre-emptive data structure and explain it with example?
What are the scope of static variables?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
When should you use a type cast?
How to write a code for reverse of string without using string functions?
What are pointers? What are different types of pointers?
What is volatile variable in c with example?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Why is event driven programming or procedural programming, better within specific scenario?
I need a sort of an approximate strcmp routine?
Explain how can you determine the size of an allocated portion of memory?
Explain high-order bytes.
What is static function in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?