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

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Qualcomm C Interview Questions
Questions Answers Views Company eMail

Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0

6 10601

1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 16880

1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 10982

Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 8131

Binary tree traversing

1 6602

Toggle nth bit in a given integer - num

5 18907

What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 22697

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 5440

Write a C program to perform some of the operation which can be performed using Single linked list

1 7982

Post New Qualcomm C Interview Questions




Un-Answered Questions

What is hibernate in java?

325


How to know the information about a file?

907


How is sap srm linked with sap mm?

840


What is node written in?

434


what is bundle in android and how it is different from parcel?

861


How would you style an image or element to have rounded corners?

574


what is debenture

2219


in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail

1550


why do I get error when compacting a large database out of daos?

5


How do you see a ddl for an existing table?

965


What is the use of alt f4 key?

517


What are lifecycle events of uiviewcontroller?

713


How can we get all root directory path in yii2?

3


___ is a property to resize a label control according to your caption.

1518


What are different type of exceptions in java?

916