explain what is an endless loop?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of ?
write a program structure to find average of given number
If I have a char * variable pointing to the name of a function ..
write a c program to print "Welcome" without using semicolon in the whole program ??
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
How do you print only part of a string?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Is javascript written in c?
What is optimization in c?
Write a program that receives as input a number omaadel-n-print, four digits.
Is c weakly typed?