5. What kind of sorting is this:
SORT (k,n)
1.[Loop on I Index]
repeat thru step2 for i=1,2,........n-1
2.[For each pass,get small value]
min=i;
repeat for j=i+1 to N do
{
if K[j]
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
2 56687. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
10 1007910. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
5 893011. Look at the Code:
#include
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
4 6273void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
9 15651Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 33817Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 10997Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 13501Post New Accenture C Interview Questions
How old is html?
What is keyword frequency?
Can I delete program files x86?
what is the breaking strength of wall tiles
How can you adjust the zoom level of the canvas?
How do I fix app errors on windows 10?
What is the name of a graffian follicle after it releases an egg, turns into a yellow body, and begins to secrete progesterone?
What is the role of scriptmanager in ajax?
Which tag is used to execute java source code in jsp?
What is the mainframe computer?
What is difference between service and factory?
Which is better c or python?
Dear Sir, Please send me the questions frequently asked during bhel persoal interview for supervisor trainee With worm regards, Alok Kumar Rout e-mail id- rjdalok22@gmail.com
Whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Explain what is “map” and what is "reducer" in hadoop?