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
How does the assert() function work?
What is the sizeof () a pointer?
What is the purpose of Scanf Print, getchar, putchar, function?
to find the program of matrix multiplication using arrays
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
can v write main() { main(); } Is it true?
Are the variables argc and argv are local to main?
What are volatile variables?
What are valid operations on pointers?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
What is pragma in c?