What is #define in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to convert an integer into a binary string?
Ow can I insert or delete a line (or record) in the middle of a file?
write a program in C to swap two variables
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
Write a program to swap two numbers without using third variable in c?
What language is lisp written in?
what is the difference between structure and union?
how do you execute a c program in unix.
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
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