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...


say the following declaration is correct nr not.
int b=a,n=0;

Answers were Sorted based on User's Feedback



say the following declaration is correct nr not. int b=a,n=0;..

Answer / sandhiya19937

correct

Is This Answer Correct ?    13 Yes 8 No

say the following declaration is correct nr not. int b=a,n=0;..

Answer / kani

wrong

Is This Answer Correct ?    5 Yes 1 No

say the following declaration is correct nr not. int b=a,n=0;..

Answer / nishant kumar

it's wrong as u are asigning 'a' to 'b' without declaring its data type..

Is This Answer Correct ?    3 Yes 0 No

say the following declaration is correct nr not. int b=a,n=0;..

Answer / manoj

how the ans is correct can u explain

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

Tell me can the size of an array be declared at runtime?

0 Answers  


What is use of bit field?

0 Answers  


Explain the difference between malloc() and calloc() in c?

0 Answers  


What is Full Form of C and Why We use C

23 Answers  


write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  


main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(“%d”,x); }

8 Answers   Vector,


in malloc and calloc which one is fast and why?

1 Answers  


What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


Why static variable is used in c?

0 Answers  


can we print any string without using terminator?

2 Answers   Infosys, TCS,


What does return 1 means in c?

0 Answers  


Categories