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 11012

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

9 17419

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

3 11285

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

3 8418

Binary tree traversing

1 6797

Toggle nth bit in a given integer - num

5 19332

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

5 23178

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 5694

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

1 8158

Post New Qualcomm C Interview Questions




Un-Answered Questions

What is dbms introduction?

1010


What is architecture neutral in java?

1062


i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5

4097


What is the point-to-point model in jms?

920


Is GUI supports in VT100 Server?

2419


Can I delete microsoft silverlight?

1


Compare dataset and fileset?

1091


What is 4nf in normalization form?

1062


What is the purpose of formatting?

660


how to find the co-efficient of variation for the following data x: 42 45 35 38 50 55 48 50 36 40 y: 15 10 18 22 25 18 17 20 18 12

3190


Why do we need to use css?

773


How can you change the name of any existing table by using the sql statement?

1044


What is laravel homestead?

781


How to Use Form Wizard to Quickly Create a Delphi Form?

1658


Can we define apex sharing reason for standard object? : salesforce sharing and security

513