What is string function c?
Method Overloading exist in c ?
What is floating point constants?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
what is d pitfalls of registers variables
If the size of int data type is two bytes, what is the range of signed int data type?
write a program which counts a product of array elements lower than 10.
How Many Header Files in c?
how to print "hai" in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
What does stand for?
print 1-50 with two loop & two print Statement