Differentiate call by value and call by reference?
What is structure pointer in c?
Why is python slower than c?
a=5 a=a++/++a
Why doesnt the call scanf work?
What is volatile in c language?
What is main return c?
a program that can input number of records and can view it again the record
What are volatile variables?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What is difference between arrays and pointers?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0