what is the difference between unix os and linux os
Answer Posted / prakash.a
unix is a langauge,bt linux is a OS
| Is This Answer Correct ? | 7 Yes | 14 No |
Post New Answer View All Answers
Write a program to know whether the input number is an armstrong number.
What is a file descriptor in c?
Write a program in c to replace any vowel in a string with z?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
How will you write a code for accessing the length of an array without assigning it to another variable?
Write a program to identify if a given binary tree is balanced or not.
What does calloc stand for?
What is an lvalue in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What are the types of functions in c?
What is a program?
What is the use of static variable in c?
How can type-insensitive macros be created?
What are the storage classes in C?
What is the general form of function in c?