Tell me what is null pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
Do array subscripts always start with zero?
Which is better pointer or array?
what are brk, sbrk?
Write a program in C to reverse a number by recursive function?
int far *near * p; means
Is multithreading possible in c?
What are the primitive data types in c?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
Write a program to print “hello world” without using semicolon?
why ordinary variable store the later value not the initial