What is floating point exception error? And what are
different types of errors occur during compile time and run
time? why they occur?
Answer / gsrinivas
if we declared a variable of type float and we use that or
we match that with other types then floating point
exception occcures.syntax errors because if the code or
structure of alanguge is not match with the author
specified rules and structures mismatch occures errors will
come.
| Is This Answer Correct ? | 1 Yes | 1 No |
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
without a terminator how can we print a message in a printf () function.
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
What are the different types of control structures?
Explain setjmp()?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
difference between object file and executable file
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How can I find out how much memory is available?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
what is difference between declaring the pointer as int and char in c language?
What are the applications of c language?