the statement while(i) puts the entire logic in loop. this loop is called
a) indefinite loop
b) definite loop
c) loop syntax wrong
d) none of the above
What is the use of #include in c?
how to return 1000 variables from functio9n in c?plz give me code also
What is the difference between null pointer and the void pointer?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is string in c language?
What is C++
Where is volatile variable stored?
What is return type in c?
Explain what are global variables and explain how do you declare them?
in malloc and calloc which one is fast and why?
Which of these functions is safer to use : fgets(), gets()? Why?
Explain the difference between call by value and call by reference in c language?