What is identifiers in c with examples?
No Answer is Posted For this Question
Be the First to Post Answer
What is calloc in c?
How can I get the current date or time of day in a c program?
Is it better to use a macro or a function?
a C prog to swap 2 no.s without using variables just an array?
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 program for the normal snake games find in most of the mobiles.
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is 2c dna?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Can an array be an Ivalue?