What is a program flowchart and explain how does it help in writing a program?
No Answer is Posted For this Question
Be the First to Post Answer
What is the value of h?
Why isn't it being handled properly?
Explain what is the general form of a c program?
What are the valid places to have keyword “break”?
to get a line of text and count the number of vowels in it
What is the acronym for ansi?
What is openmp in c?
1 What is a Data Structure?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
When should a type cast not be used?
void main() { int i=5; printf("%d",i+++++i); }