the real constant in c can be expressed in which of the following forms

a) fractional form only

b) exponential form only

c) ascii form only

d) both a and b


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

Post New Answer

More C Interview Questions

What is function prototype in c with example?

0 Answers  


Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986

1 Answers  


Explain the use of bit fieild.

0 Answers  


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

0 Answers   Infosys,


Why array is used in c?

0 Answers  






Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


What is Conio.h ?

2 Answers   TCS,


How the C program can be compiled?

11 Answers   HP,


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,


If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

5 Answers   Microsoft, Motorola,


Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?

3 Answers  


What is the purpose of scanf() and printf() functions?

0 Answers  


Categories