Explain continue keyword in c
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is the difference between far and near in c?
What is the newline escape sequence?
Explain about C function prototype?
Why ordinary variable store only one value
program to find middle element of linklist?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Why is event driven programming or procedural programming, better within specific scenario?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
c program to subtract between two numbers without using '-' sign and subtract function.
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?