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
Is c is a low level language?
What are the different types of control structures in programming?
What are formal parameters?
What is the translation phases used in c language?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
How can you determine the size of an allocated portion of memory?
Why is c still so popular?
how we do lcm of two no using c simple if while or for statement
What is pre-emptive data structure and explain it with example?
What is a null pointer in c?
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
How does normalization of huge pointer works?