An expression to whose value an operater is applied
a) operand
b) variable
c) constant
d) all of the above
No Answer is Posted For this Question
Be the First to Post Answer
How can a number be converted to a string?
Why is sprintf unsafe?
What does 2n 4c mean?
What is NULL pointer?
Write a function in c to find the area of a triangle whose length of three sides is given.
What do you mean by c?
What is assert and when would I use it?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
In c programming language, how many parameters can be passed to a function ?
who did come first hen or agg
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.