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 |
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
out put of printf(“%d”,printf(ram));
What are the types of data structures in c?
Explain what a Binary Search Tree is.
Explain zero based addressing.
Is c is a high level language?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
What are dangling pointers in c?
What is %d called in c?
Explain the use of function toupper() with and example code?
Is double link list a linear data structure? If Yes, Why?If No, Why?