What are the advantage of c language?
No Answer is Posted For this Question
Be the First to Post Answer
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is the difference between fork() and vfork()?
What is difference between array and pointer in c?
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is the easiest sorting method to use?
What are called c variables?
diff. between *p and **p
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,
What is the difference between ++a and a++?
Which is better pointer or array?
what are the various memory handling mechanisms in C ?