Is null equal to 0 in sql?
No Answer is Posted For this Question
Be the First to Post Answer
What are integer variable, floating-point variable and character variable?
which operator is known as dummy operator in c?
how to find anagram without using string functions using only loops in c programming
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
how can we use static and extern?and where can we use this?
What is a union?
Did c have any year 2000 problems?
What is && in c programming?
Why do we use int main instead of void main in c?
Write a program to reverse a linked list in c.
code for find determinent of amatrix