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

how memory store byte

4 Answers   Huawei,


Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day

3 Answers  


Explain how are portions of a program disabled in demo versions?

0 Answers  


What is the difference between null pointer and the void pointer?

3 Answers  


how to find the binary of a number?

10 Answers   Infosys,


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

0 Answers  


how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

0 Answers   Gopaljee, TCS,


Why n++ execute faster than n+1 ?

2 Answers  


What are the usage of pointer in c?

0 Answers  


please give me some tips for the selection in TCS.

3 Answers   TCS,


What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 Answers   CCEM, TCS,


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


Categories