Explain the advantages of using macro in c language?
No Answer is Posted For this Question
Be the First to Post Answer
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
What is volatile variable how do you declare it?
What are shell structures used for?
Sir i need notes for structure,functions,pointers in c language can you help me please
What's the right way to use errno?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
pgm to find middle element of linklist(in efficent manner)
How can I recover the file name given an open stream?
What is the purpose of & in scanf?
Why is C called a middle-level language?
Are the variables argc and argv are local to main?
How can I generate floating-point random numbers?