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
logic for x=y^n
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
what is output of the following statetment?Printf(“%x”, -1<<4); ?
What is the difference between functions abs() and fabs()?
How can I get the current date or time of day in a c program?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
When can a far pointer be used?
Why c is known as a mother language?
what is the difference between structural,object based,object orientd programming languages?
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1