Explain how do you print only part of a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by global static? why we have to use static variable instead of Global variable
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
a 'c' program to tell that the set of three coordinates lie on a same line
What are local variables c?
What do you know about the use of bit field?
How many types of errors are there in c language? Explain
Why do we use pointer to pointer in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is #define?
Why doesn't C have nested functions?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none