Why does not c have an exponentiation operator?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Explain null pointer.
Explain how can a program be made to print the name of a source file where an error occurs?
Can include files be nested?
the question is that what you have been doing all these periods (one year gap)
What is zero based addressing?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is the default value of local and global variables in c?
Here is a neat trick for checking whether two strings are equal
What is a char in c?
What are the disadvantages of c language?
What is return in c programming?
Why should I use standard library functions instead of writing my own?