Post New Answer View All Answers
What are high level languages like C and FORTRAN also known as?
Why is it usually a bad idea to use gets()? Suggest a workaround.
explain what is a newline escape sequence?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How can I read and write comma-delimited text?
What is variables in c?
What is a sequential access file?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is define c?
What are the types of data types and explain?
what type of questions arrive in interview over c programming?
What is the best way of making my program efficient?
Explain what is the use of a semicolon (;) at the end of every program statement?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
When should the register modifier be used? Does it really help?