what is the c source code for the below output?
10 10 10 10 10 10 10 10 10 10
9
9
7 6 6 6 6 6 6 9
7 5 9
7 3 2 2 5 9
7 3 1 5 9
7 3 5 9
7 4 4 4 4 5 9
7 8 8 8 8 8 8 8 8 9
No Answer is Posted For this Question
Be the First to Post Answer
What are reserved words with a programming language?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is the real time usage volatile?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What does calloc stand for?
What are pointers in C?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
How can I read and write comma-delimited text?
Write a program to exchange two variaables without temp
Blade logic interview question. 1st round is a written tests with 15 multiple questions from c and c++. All are simple basic question. Like int main () { Int i=65; Return printf(ā%cā, i); } 2nd and 3rd round is technical interview. The position for which I was interview was core UNIX and c. Yes it is for system programming. The company has product name blade server. For their server they are creating their own command for their purpose. Example cd command. We can implement it in a c program by using the chdir() function. So the question asks related to PID, fork, pipe, shared memory, signal. Write a program in c which will act as cp command.
1 Answers BladeLogic, Infosys,
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is the advantage of a random access file?