Write the test cases for checking a variable having value in
range -10.0 to +10.0?
What is the advantage of c?
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
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?
What's a good way to check for "close enough" floating-point equality?
What is the difference between a free-standing and a hosted environment?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Is null always defined as 0(zero)?
Find occurence of a character in a sting.
what is reason of your company position's in india no. 1.
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
Write down the program to sort the array.