Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are inbuilt functions in c?

0 Answers  


How can I call a function with an argument list built up at run time?

0 Answers  


What is a c token and types of c tokens?

0 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


What is a memory leak? How to avoid it?

1 Answers  


what is the use of ‘auto’ keyword?

1 Answers  


Why c is called top down?

0 Answers  


Explain the difference between strcpy() and memcpy() function?

0 Answers  


#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?

5 Answers   Ramco,


What are disadvantages of C language.

0 Answers   iNautix,


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

0 Answers  


Categories