Is it acceptable to declare/define a variable in a c header?
No Answer is Posted For this Question
Be the First to Post Answer
Why is a semicolon (;) put at the end of every program statement?
What are dangling pointers? How are dangling pointers different from memory leaks?
How do you write a program which produces its own source code as its output?
What are the various types of control structures in programming?
what is the coding of display the factorial of a number using array and function?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
What the different types of arrays in c?
String concatenation
What is the c value paradox and how is it explained?
Write a program to print numbers from 1 to 100 without using loop in c?
What is register variable in c language?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments