Explain why C language is procedural?
No Answer is Posted For this Question
Be the First to Post Answer
Under what circumstances does a name clash occur?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
Is main is user defined function?
What is a stream water?
difference between loading and linking
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
How is actual parameter different from the formal parameter?
can u give me the good and very optimised code for a car racing game?
Which programming language is best for getting job 2020?
write a program to find lcm and hcf of two numbers??
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain