hi any body pls give me company name interview conduct "c"
language only
No Answer is Posted For this Question
Be the First to Post Answer
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
difference between ordinary variable and pointer in C?
What is hash table in c?
How to throw some light on the b tree?
What is unary operator?
What is a static variable in c?
Explain the difference between the local variable and global variable in c?
What is header file definition?
Why ordinary variable store only one value
What is the use of linkage in c language?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is