What is %lu in c?
No Answer is Posted For this Question
Be the First to Post Answer
i want to know the procedure of qualcomm for getting a job through offcampus
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
why Language C is plateform dependent
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
How do you initialize function pointers? Give an example?
What is a structural principle?
What is #line used for?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What is structure of c program?
Why do we use static in c?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.