a character variable can at a time store

a) 1 character

b) 8 characters

c) 254 characters

d) none of the above

Answer Posted / ashutosh kumar sahu

1

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In a switch statement, explain what will happen if a break statement is omitted?

637


What is the scope of static variables in c language?

626


What are the advantages of union?

628


What is a keyword?

745


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

1996






What is c standard library?

690


What is the difference between test design and test case design?

1568


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

680


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1627


What is static memory allocation? Explain

632


Is anything faster than c?

585


Explain how can I make sure that my program is the only one accessing a file?

623


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2533


What are loops c?

616


Why do we use header files in c?

580