Explain how can you tell whether two strings are the same?
No Answer is Posted For this Question
Be the First to Post Answer
errors in computer programmes are called
What is malloc and calloc?
Do you know what are the properties of union in c?
Write a program to check whether a number is prime or not using c?
Why do we use int main?
When should the const modifier be used?
what is the size of an integer variable?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
How can I find the modification date and time of a file?
Where is c used?
Explain do array subscripts always start with zero?