What is a 'null pointer assignment' error?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
hi how to convert program from notepad to turboc editor can u please help me
What is a memory leak? How to avoid it?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
what is the structure pointer?
Write a program for Overriding.
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
what is the basis for selection of arrays or pointers as data structure in a program
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
Define function pointers?