Is c++ based on c?
No Answer is Posted For this Question
Be the First to Post Answer
Is printf a keyword?
Which is better oop or procedural?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Is array name a pointer?
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
what is differnence b/w macro & functions
What is a floating point in c?
What is the value of c?
Explain the properties of union. What is the size of a union variable
explain what is a newline escape sequence?