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
why we use pointer in c
How can I increase the allowable number of simultaneously open files?
Can include files be nested? How many levels deep can include files be nested?
string reverse using recursion
what is the difference between i++ and ++i?
What is the size of array float a(10)?
Why doesn't the code "a[i] = i++;" work?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Write a program to print all permutations of a given string.
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Explain Function Pointer?
What is the difference between typeof(foo) and myFoo.GetType()?