What is s or c?
No Answer is Posted For this Question
Be the First to Post Answer
what is pointer
How many types of operators are there in c?
Why c is called procedure oriented language?
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
How do we declare variables in c?
What is the total generic pointer type?
What is meant by global static? why we have to use static variable instead of Global variable
Why is c platform dependent?
Can you please explain the difference between exit() and _exit() function?
Define Spanning-Tree Protocol (STP)
which will be first in c compiling ,linking or compiling ,debugging.
What is .obj file in c?