Is c is a high level language?
No Answer is Posted For this Question
Be the First to Post Answer
What are local variables c?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
what are bitwise shift operators?
What are valid signatures for the Main function?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
What is a 'null pointer assignment' error?
What will be the outcome of the following conditional statement if the value of variable s is 10?
I have a varargs function which accepts a float parameter?
Explain About fork()?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.