What is a substring in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a static function?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
In which language linux is written?
Write a program that his output * *** *****
What is structure data type in c?
Is main is a keyword in c?
What is static function in c?
wite a programme in c to linear search a data using flag and without using flags?
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
What is const volatile variable in c?
What are the functions to open and close file in c language?
Can include files be nested? How many levels deep can include files be nested?