no consistent academics. how to answer the question
No Answer is Posted For this Question
Be the First to Post Answer
How a string is stored in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Why is this loop always executing once?
Why isnt there a numbered, multi-level break statement to break out
write a program for egyptian fractions in c?
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
How can I generate floating-point random numbers?
What is a char c?
List some of the dynamic data structures in C?
What are valid signatures for the Main function?
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