the maximum length of a character constant can be
a) 1 character
b) 8 characters
c) 256 chaacters
d) 125 characters
No Answer is Posted For this Question
Be the First to Post Answer
hi send me sample aptitude papers of cts?
In a header file whether functions are declared or defined?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Using which language Test cases are added in .ptu file of RTRT unit testing???
Why doesn't C have nested functions?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Can you apply link and association interchangeably?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
What is data structure in c and its types?
What is the function of multilevel pointer in c?
If the static variable is declared as global, will it be same as extern?