What is difference between constant pointer and constant variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
What is pragma 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?
How to print India by nested loop? I IN IND INDI INDIA
How many parameters should a function have?
c program to subtract between two numbers without using '-' sign and subtract function.
What is function definition in c?
write a code for large nos multilication (upto 200 digits)
print the palindrome numbers in between 0 to n
What is nested structure with example?
What does the file stdio.h contain?
write a program for the normal snake games find in most of the mobiles.