What is the use of
in c?
No Answer is Posted For this Question
Be the First to Post Answer
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
What is queue in c?
Why functions are used in c?
Explain how can you tell whether two strings are the same?
What are the application of c?
What is the c language function prototype?
What is the difference between break and continue?
What is a static function in c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
how can we Declare a variable in c without defining it.
List the different types of c tokens?