How to add two numbers without using arithmetic operators?
Post New Answer View All Answers
Add Two Numbers Without Using the Addition Operator
How many header files are in c?
Why do some versions of toupper act strangely if given an upper-case letter?
develop algorithms to add polynomials (i) in one variable
Is there a way to switch on strings?
can anyone suggest some site name..where i can get some good data structure puzzles???
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)
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Explain what are multibyte characters?
What are volatile variables in c?
What does do in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Difference between MAC vs. IP Addressing
Explain about C function prototype?
What does printf does?