Answer Posted / ravi
c was designed after Ada and Basic .so A for ada and B for
basic , so a new language was developed by Denise Rithchie
and it was C.
| Is This Answer Correct ? | 32 Yes | 11 No |
Post New Answer View All Answers
Explain data types & how many data types supported by c?
can any one tel me wt is the question pattern for NIC exam
Compare array data type to pointer data type
How can I do graphics in c?
Explain what does it mean when a pointer is used in an if statement?
using for loop sum 2 number of any 4 digit number in c language
What does it mean when a pointer is used in an if statement?
Define and explain about ! Operator?
cavium networks written test pattern ..
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
How do I swap bytes?
I came across some code that puts a (void) cast before each call to printf. Why?
What is the use of bitwise operator?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values