Compare array data type to pointer data type
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between global variable & static variable declared out side all the function in the file.
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
What is string in c language?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
What does sizeof int return?
What is memcpy() function?
Explain what are multibyte characters?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
Why is #define used?
What functions are used in dynamic memory allocation in c?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?