a character or group of characters that defines a register,or a part of storage
a) memory
b) byte
c) address
d) linear list
No Answer is Posted For this Question
Be the First to Post Answer
Difference between strcpy() and memcpy() function?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
WAP to accept first name,middle name & last name of a student display its initials?
What are integer variable, floating-point variable and character variable?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
Explain what is the difference between a free-standing and a hosted environment?
why u join this call center?
write a program to concatenation the string using switch case?
c language interview questions & answer
main() { int i; printf("%d",i^i); }
What is the difference between far and near in c?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.