how can be easily placed in TCS.
No Answer is Posted For this Question
Be the First to Post Answer
How do we print only part of a string in c?
What is C++
Why is python slower than c?
How many main () function we can have in a project?
how we can say java is platform independent, while we require JVM for that particular Operating System?
int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
Explain a pre-processor and its advantages.
wt is d full form of c
what is bitwise operator?
difference between loading and linking
What is a rvalue?
What does. int *x[](); means ?