i want to job in your company, so how it will be possible.
Answers were Sorted based on User's Feedback
Answer / rakesh ranjan
THIS QUESTION DOESNT BELONGS TO TECHNICAL SECTION SO PLEASE AVOID SUCH KINDS OF QUERIES HERE........................................................................................THANXXXX
| Is This Answer Correct ? | 0 Yes | 0 No |
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(“%d”,x); --x; } }
Why pointers are used in c?
Is double link list a linear data structure? If Yes, Why?If No, Why?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
Why is extern used in c?
What does d mean?
Why the use of alloca() is discouraged?
Why c++ is called c++ and not c+?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??