Explain what happens if you free a pointer twice?
What is volatile
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Where can I get an ansi-compatible lint?
main() { int a; a=++100; printf("%d",a); getch(); }
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
Write a factorial program using C.
write a program in C to swap two variables
Can variables be declared anywhere in c?
How can I do peek and poke in c?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }