what is foreign key in c language?
Why is extern used in c?
Which is better between malloc and calloc?
main() { int a; a=++100; printf("%d",a); getch(); }
What are local static variables?
What is structure packing in c?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What are actual arguments?
What is the correct code to have following output in c using nested for loop?
what is memory leak?
How do you define a function?
write a c program to check weather a particluar bit is set or not?