What is a structural principle?
No Answer is Posted For this Question
Be the First to Post Answer
main() {int a=200*200/100; printf("%d",a); }
Is c functional or procedural?
Compare and contrast compilers from interpreters.
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is the explanation for the dangling pointer in c?
Differentiate between Macro and ordinary definition.
What is array of pointers to string?
Why c is called a middle level language?
Explain how can you tell whether a program was compiled using c versus c++?
Explain how can you determine the size of an allocated portion of memory?
find largest of 3 no
What is echo in c programming?