for questions 14,15,16,17 use the following
alternatives:a.int b.char.c.string.d.float
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
What is pointer & why it is used?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
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
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
How can I handle floating-point exceptions gracefully?
c program to manipulate x=1+3+5+...+n using recursion
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
Dear Sir, we are required the bubble sorting programs Regs Prem
Explain how do you convert strings to numbers in c?
How do you write a program which produces its own source code as its output?