How do you define a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
wt is d full form of c
What is difference between union and structure in c?
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
What is the mean of this statement:: if(int i=0 * i=9)
Is null equal to 0 in sql?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
What's wrong with "char *p = malloc(10);" ?
what is the benefit of c30
What does *p++ do? What does it point to?