Explain what is a const pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is ctrl c called?
Can we change the value of static variable in c?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
Why is #define used?
What are function pointers? Provide an example.
Difference between Shallow copy and Deep copy?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What are macros in C?
What does 2n 4c mean?
Stimulate calculator using Switch-case-default statement for two numbers
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'