What are void pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is wild pointer in c?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is zero based addressing?
WAP to find that given no is small or capital
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
How are structure passing and returning implemented?
Is c easier than java?
Which built-in library function can be used to match a patter from the string?
what does " calloc" do?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
what is meant by the "equivalence of pointers and arrays" in C?