Answer Posted / keerthana
Dennis Ritche and kenin...
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
What are the features of c languages?
What is an auto keyword in c?
How are strings stored in c?
Which driver is a pure java driver
Can i use “int” data type to store the value 32768? Why?
Difference between exit() and _exit() function?
How will you delete a node in DLL?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Why is python slower than c?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Explain high-order bytes.
Why is it important to memset a variable, immediately after allocating memory to it ?
What are the main characteristics of c language describe the structure of ac program?
What is the best way of making my program efficient?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)