What are the disadvantages of a shell structure?
No Answer is Posted For this Question
Be the First to Post Answer
what value is returned to operating system after program execution?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
How do you convert strings to numbers in C?
Not all reserved words are written in lowercase. TRUE or FALSE?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
convert 12345 to 54321 withoutusing strig
Explain the difference between ++u and u++?
what is diffrence between string and character array?
Magic square
Program to simulate second clock
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
Why dont c comments nest?