Why static is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is meant by c
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is c variable?
Program to trim a given character from a string.
In a byte, what is the maximum decimal number that you can accommodate?
What are types of preprocessor in c?
What is the difference between macros and inline functions?
What is a nested loop?
How pointers are declared?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
write a function for strtok()??