Explain what is the difference between far and near ?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
what is d pitfalls of registers variables
What is a spanning Tree?
What do you mean by Recursion Function?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
How would you sort a linked list?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
biggest of two no's with out using if condition statement
Which node is more powerful and can handle local information processing or graphics processing?
define string ?
What is getch?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop