Answer Posted / tamil
Procedural language
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can I write functions that take a variable number of arguments?
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?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
How can a process change an environment variable in its caller?
What is the difference between ++a and a++?
Explain what is a static function?
How do you use a pointer to a function?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is wrong with this program statement? void = 10;
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Why string is used in c?
Explain what is the difference between text files and binary files?
What is a shell structure examples?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is printf () in c?