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


who is the editor of 'pokemon'?



who is the editor of 'pokemon'?..

Answer / saiesh singh

a). M F Hussain b) shuncho yankichi c) santoshi hiryana

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

What are the key features of C?

6 Answers  


what is purpose of fflush(stdin) function

4 Answers  


can anyone please tell about the nested interrupts?

0 Answers  


#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


When should structures be passed by values or by references?

0 Answers   Adobe,


What is the difference b/w Structure & Union?

3 Answers  


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  


write a program to display the frequency of each element in a given array in c language

1 Answers  


What are the differences between new and malloc in C?

0 Answers   Amazon,


You have an int array with n elements and a structure with three int members. ie struct No { unsigned int no1; unsigned int no2; unsigned int no3; }; Point1.Lets say 1 byte in the array element is represented like this - 1st 3 bits from LSB is one number, next 2 bits are 2nd no and last 3 bits are 3rd no. Now write a function, struct No* ExtractNos(unsigned int *, int count) which extracts each byte from array and converts LSByte in the order mentioned in point1.and save it the structure no1, no2, no3. in the function struct No* ExtractNos(unsigned int *, int count), first parameter points to the base address of array and second parameter says the no of elements in the array. For example: if your array LSB is Hex F7 then result no1 = 7, no2 = 2, no3 = 7. In the same way convert all the elements from the array and save the result in array of structure.

2 Answers   Qualcomm,


Categories