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 8702

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

9 14450

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

3 9782

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

3 6755

Binary tree traversing

1 5409

Toggle nth bit in a given integer - num

5 17229

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

5 20897

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 4554

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

1 7416

Post New Qualcomm C Interview Questions




Un-Answered Questions

I need control valve ISA hand book. Is there any site to download that big book containing all the pages. Written by Paul Friedmann

1856


What is database abstraction layer ?

93


What is difference between inner join and full join?

527


What are the components of j2ee?

436


What is Redux Thunk used for?

188






What is the difference between traditional datacenters and cloud?

334


What is different type testing you done when doing webbase application.the desktop application

1474


Hi, I want "Intergraph" placement papers for experienced people which was conducted recently in Hyderabad. Thanks, Purnima.

1914


Can any one know what are the symbols at the down (below) the analog ammeter??? there are 4 symbols which are they ?????

1440


What is the type () in python?

442


What is the difference between the participating and non-participating policy?

374


What is meant by framework in java?

476


Comment on the growth of online data?

323


Are tuples mutable c#?

471


Why electrical power generation and transmission done in 3 phase system not more than 3 phase ?

2542