Explain what are reserved words?
No Answer is Posted For this Question
Be the First to Post Answer
Give the rules for variable declaration?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
Evaluate the following: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); 1) 10 2) 11 3) 1
What does the file stdio.h contain?
Why main function is special give two reasons?
what r the cpu registers r ther?
main() { int i=400,j=300; printf("%d..%d"); }
WHO WROTE C LANGUAGE?
how many argument we can pas in in a function
How to print "Hi World" without using semi colon?
How to print %d in output
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler