Is main an identifier in c?
No Answer is Posted For this Question
Be the First to Post Answer
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
What are the __date__ and __time__ preprocessor commands?
how to add numbers without using arithmetic operators.
please explain every phase in the "SDLC" in the dotnet.
WHAT IS MEANT BY LIFE?
write a c program to add two integer numbers without using arithmetic operator +
diff between exptected result and requirement?
What are directives in c?
what is the return type of printf
Which is the memory area not included in C program? give the reason
What does p mean in physics?
What is chain pointer in c?