Why shouldn’t I start variable names with underscores?
No Answer is Posted For this Question
Be the First to Post Answer
Can we assign string to char pointer?
The differences between Windows XP and Windows Visa
What is a null string in c?
Explain what are compound statements?
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
why ordinary variable store the later value not the initial
main() { printf("hello%d",print("QUARK test?")); }
do you think its fraud or original company?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
Is there any data type in c with variable size?
what is the structure pointer?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)