what is the associativity of bitwise OR operator?
c program for searching a student details among 10 student details
What is the difference b/w Structure & Array?
what is the output of printf("%d",(scanf("%d",10));
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is function prototype in c language?
What is the difference between class and object in c?
what is a headerfile?and what will be a program without it explain nan example?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
What are linker error?
Differentiate between new and malloc(), delete and free() ?
what is link list?
write a program to print calender using for loop.