Why is C language being considered a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the Lvalue and Rvalue?
What is a pointer value and address in c?
Write a program in c to print * * * * * *******
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is a pragma?
In C language what is a 'dangling pointer'?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
What are the different types of constants?
Explain threaded binary trees?
code for inverse a matrix
write a program that explain #define and # undef directive