What is the difference between c &c++?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
How do you list a file’s date and time?
Where we use clrscr in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Why structure is used in c?
C language questions for civil engineering
What is a constant and types of constants in c?
What is a c token and types of c tokens?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Are enumerations really portable?
Explain Basic concepts of C language?
Is it possible to execute code even after the program exits the main() function?
What are the types of variables in c?
Is there a way to compare two structure variables?