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

int *a[5] refers to

Answer Posted / mastan vali.shaik

the element of 5th row and 0th column

Is This Answer Correct ?    6 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of typedef in structure in c?

1007


What is void c?

1162


Are pointers integer?

1072


can we implement multi-threads in c.

1175


What is array of structure in c?

1252


What is pass by value in c?

1134


Explain data types & how many data types supported by c?

1131


Explain Basic concepts of C language?

1233


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1292


What are header files? What are their uses?

1282


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1926


How is a macro different from a function?

1242


Can include files be nested?

1154


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.

5398


Explain what are binary trees?

1128