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 108611.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
9 172261.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
3 11173Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
3 8319What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
5 23013You 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 5603Write a C program to perform some of the operation which can be performed using Single linked list
1 8086Post New Qualcomm C Interview Questions
How you know that a test case is a regression test case
Who name us Engineer & Why?
what is your daily activities?
What are runtime shared libraries in flex?
What is collection mapping?
Determine when to use stored procedure to complete sql server tasks?
THESE POSTS ARE FOR THE DURATION OF FIVE YEARS. AFTER COMPLETION OF FIVE YEARS, THE PERSONNEL POSTED AGAINST THESE POSTS ARE LIKELY TO BE CONTINUED IN NIC. CAN Any body say that what it will be happened after 5 years? does they through us out from NIC? Is it a temporary job of 5 years is the probation period?
How to test database procedures and triggers?
Explain the role of a car driver as one of a feedback mechanism.
What are the different parsing mechanisms are available in prpc?
Why has my start menu disappeared?
what is the difference between normal upddta to pf and updating using dfu program?
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually
What does an xhtml document look like?
How does the mid function work in excel?