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

Post New Answer

More C Interview Questions

what is array?

63 Answers   Amdocs, HCL,


write a program which counts a product of array elements lower than 10.

1 Answers  


What is the argument of a function in c?

0 Answers  


An entire structure variable can be assigned to another structure variable if __________

3 Answers   Sasken, TCS, Tech Mahindra, Wipro,


What library is sizeof in c?

0 Answers  






read an array and search an element

1 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

0 Answers   IBM,


What is the difference between scanf and fscanf?

0 Answers  


What is c mainly used for?

0 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  


what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 Answers   Motorola,


how can we print  hellow world programme without using semicolon

3 Answers  


Categories