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
how to capitalise first letter of each word in a given string?
What is the benefit of using an enum rather than a #define constant?
Which driver is a pure java driver
ratio,age,persentage
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
What are types of functions?
differnce between do and do while
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What type of function is main ()?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?