How can you determine the maximum value that a numeric variable can hold?
No Answer is Posted For this Question
Be the First to Post Answer
What is modifier & how many types of modifiers available in c?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
What is gets() function?
Explain what is the stack?
What does void main () mean?
every function has return the value?
Explain output of printf("Hello World"-'A'+'B'); ?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
who invented c
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,