Answer Posted / ishrat ali
type mismatch occur
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is a example of a variable?
What is conio h in c?
all c language question
Explain what is the difference between the expression '++a' and 'a++'?
How many bytes are occupied by near, far and huge pointers (dos)?
Write a C program in Fibonacci series.
When should structures be passed by values or by references?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What does the && operator do in a program code?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Can a pointer point to null?
What is self-referential structure in c programming?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is pass by reference in c?