A character flag or control mechanism that delineates one data item from another
a) variable
b) constant
c) delimiter
d) call by reference
No Answer is Posted For this Question
Be the First to Post Answer
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
how to determine the complexity of an algorithm as log(n)
What the different types of arrays in c?
why Language C is plateform dependent
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
How do we make a global variable accessible across files? Explain the extern keyword?
write a program to arrange the contents of a 1D array in ascending order
why do we use # in c-language?
What is a class?
What is a rvalue?
which is an algorithm for sorting in a growing Lexicographic order
What is bin sh c?