Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
3 8132What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
5 22705You 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 5445Write a C program to perform some of the operation which can be performed using Single linked list
1 7983i want link to download brain teasers ebook by ravi narula for written test in software companies interviews.. so plzzzzzz send the link on my email id pammi123@gmail.com.....as soon as possible....or give it on this site....
1 10382Tell me how many tables used in Ur project and how many fact tables and dimension tables used in ur project
2 7779Given a light which may blink at a random time. There are two players who has to press a button when light blinks. The person who gets 20 pts first is declared as winner. Design FSM for this gaming event.
2250Did mobile moves from cell DCH to Cell FACH State if so..What information will pass between Cell FACH and Cell Dch states
1 8905in mosfet we have different types like enhancement and depletion.but why do we preffer enhancement over dpletion
4 8698Post New Qualcomm Interview Questions
In what scenario does the Logical file and Physical file being used?
Which is faster joins or subqueries?
Is schema the same as database?
Tell me how do I redirect users back to my blog's main page after they login?
What does “view all” and “modify all” permission do at object level? : salesforce sharing and security
What are Business Partner Conversions? How would you perform Business Partner Conversions and why are they necessary? Discuss Business partner conversions on the SAP Treasury side? Explain the scenario in detail?
How are scrap costs shows in the standard cost estimate?
What is the function module to popup contents in the internal table?
When should the default values for oracle initialization parameters be used as is?
One key aspect of service oriented architectures is late binding of services: That is while an application is being executed the system can bind to the required concrete service. i. Service selection in inContext makes use of non- functional and functional aspects. Discuss briefly the difference between functional and non- functional aspects in SoA and why it is necessary to consider both when selecting services. ii. Discuss briefly how the inContext platform uses relevance ranking for service selection. Explain in particular how context data is being used. Continued
Define the lease of the object?
What is the importance of setting up permission in app development?
What is the role of the jdbc drivermanager class?
Explain 3nf?
How have some stars had time to die since the universe began?