In which header file is the null macro defined?
No Answer is Posted For this Question
Be the First to Post Answer
What is indirection in c?
what type of language is C?
Does free set pointer to null?
What is LINKED LIST? How can you access the last element in a linked list?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
What does *p++ do?
What is nested structure with example?
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
Explain what are the different file extensions involved when programming in c?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
Do you know what are the properties of union in c?