Explain how can you tell whether two strings are the same?
No Answer is Posted For this Question
Be the First to Post Answer
How does normalization of huge pointer works?
How many main () function we can have in a project?
Do string constants represent numerical values?
Why is c faster?
Can we include one C program into another C program if yes how?
Why do we use namespace feature?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
Which of these functions is safer to use : fgets(), gets()? Why?
How we can write a value to an address using macro..?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
what is the syallabus of computer science students in group- 1?
What are preprocessor directives in c?