Draw a diagram showing how the operating system relates to
users, application programs, and the computer hardware ?
No Answer is Posted For this Question
Be the First to Post Answer
program to print circle structure
write a program to remove duplicate from an ordered char array? in c
What is an operator?
What is calloc in c?
What is the difference between variable declaration and variable definition in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
write a prgram of swapping with 2 valiables
What are the salient features of c languages?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
write a c program to check weather a particluar bit is set or not?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?