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
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
Explain what is meant by 'bit masking'?
what about "char *(*(*a[])())();"
What is the difference between a string and an array?
What is the code in while loop that returns the output of given code?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
explain about storage of union elements.
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
a 'c' program to tell that the set of three coordinates lie on a same line
What is a pointer in c?
Suggesting that there can be 62 seconds in a minute?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language