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

Post New Answer

More C Interview Questions

What are valid signatures for the Main function?

0 Answers  


Explain the concept and use of type void.

0 Answers  


What are data breakpoints?

3 Answers   Adobe,


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


Write a program to print the prime numbers from 1 to 100?

7 Answers  






What is difference between scanf and gets?

0 Answers  


Explain heap and queue.

0 Answers   Aricent,


What is the process of writing the null pointer?

0 Answers  


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  


What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 Answers  


What is pointer to pointer in c?

0 Answers  


what is the coding of display the factorial of a number using array and function?

1 Answers  


Categories