What is the process of writing the null pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the deal on sprintf_s return value?
A program to allow an input operand and operator from the operator and read on the display and output operand.
What type of function is main ()?
void main() { int i=5; printf("%d",i++ + ++i); }
Why is c so popular?
How can you determine the maximum value that a numeric variable can hold?
How many levels of pointers have?
What is 2c dna?
What is cohesion in c?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
Why is a semicolon (;) put at the end of every program statement?
What is the right type to use for boolean values in c? Is there a standard type?