Write the test cases for checking a variable having value in
range -10.0 to +10.0?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the advantage of c?

0 Answers  


A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

2 Answers   Accenture,


we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?

4 Answers   HP, Wipro,


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

3 Answers  


which is conditional construct a) if statement b) switch statement c) while/for d) goto

0 Answers  


Is null always defined as 0(zero)?

0 Answers  


Find occurence of a character in a sting.

3 Answers   TCS,


what is reason of your company position's in india no. 1.

0 Answers   Accenture, TCS,


what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error

9 Answers   Infosys,


Write down the program to sort the array.

4 Answers   Impiger,


Categories