what is the similarities between. system call and library
function?
Answer / prasannanjaneyulu.kandimalla
System calls are kernel functions and library functions are
specified to a particular library files.
eg:
sqrt() is a libray function of <math.h> libray file.
Is This Answer Correct ? | 12 Yes | 5 No |
without using control structures and control structures find the max and min of given 2 nos
How do I get an accurate error status return from system on ms-dos?
Apart from dennis ritchie who the other person who contributed in design of c language.
Array is an lvalue or not?
write a c program to find largest of three numbers using simple if only for one time.
Explain null pointer.
How can you print HELLO WORLD without using "semicolon"?
What is the restrict keyword in C?
Why doesnt that code work?
Explain what is the difference between text files and binary files?
what is array?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789