What is the scope of static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I avoid the abort, retry, fail messages?
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
What is an lvalue and an rvalue?
What is the size of empty structure in c?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
Why is this loop always executing once?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
Which is the best sort method for library management?
What are the string functions? List some string functions available in c.
Does sprintf put null character?
Differentiate call by value and call by reference?