What is the difference between far and near in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the symbol indicated the c-preprocessor?
Write a program to print fibonacci series without using recursion?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
write a programming in c to find the sum of all elements in an array through function.
why effort estimation is important?
What is register variable in c language?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
What is d scanf?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)