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
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between the local variable and global variable in c?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is data type long in c?
Explain union. What are its advantages?
What is c language and why we use it?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
What is the exact difference between '\0' and ""
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
How can a program be made to print the name of a source file where an error occurs?
name the language for writing c compiler?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
is it possible to change the default calling convention in c ?