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 maximum width of a c variable name can be

a) 6 characters

b) 8 characters

c) 10 characters

d) 20 characters

Answers were Sorted based on User's Feedback



the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 charact..

Answer / gunleen kanda

8 character

Is This Answer Correct ?    41 Yes 7 No

the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 charact..

Answer / sandeep kanda

8 characters

Is This Answer Correct ?    22 Yes 2 No

Post New Answer

More C Interview Questions

Explain what is a program flowchart and explain how does it help in writing a program?

0 Answers  


what is the hexidecimal number of 4100?

16 Answers   Google,


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }

1 Answers  


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

0 Answers   TCS,


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


How to swap two values using a single variable ? condition: Not to use Array and Pointer ?

6 Answers  


What is the right way to use errno?

0 Answers  


please send me the code for multiplying sparse matrix using c

0 Answers  


Can an array be an Ivalue?

0 Answers   EXL,


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


What is Heap?

3 Answers  


Categories