why we are using float in C
Answers were Sorted based on User's Feedback
How many data structures are there in c?
Explain what is the difference between the expression '++a' and 'a++'?
which is the best antivirus and how to update it
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Write a Program to find whether the given number or string is palindrome.
What is a pointer on a pointer in c programming language?
what is the difference between c and java?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
c programming of binary addition of two binary numbers
Where static variables are stored in memory in c?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
how 2 compile & execute c program with out using editor?