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
What does c in a circle mean?
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..
how can i calculate mean,median,mode by using c program
advantages of pointers?
Explain how can I convert a number to a string?
what is the diffrenet bettwen HTTP and internet protocol
which types of data structure will i use to convert infix to post fix???
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
char *p="name"; printf(p);
Is exit(status) truly equivalent to returning the same status from main?
How do you do dynamic memory allocation in C applications?