How can I read in an object file and jump to locations in it?
Which node is more powerful and can handle local information processing or graphics processing?
What is volatile
how to find the sizof of any datatype using bit manipulations
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What is the difference between realloc() and free()
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
What is graph in c?
write a program for even numbers?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.