what is the format specifier for printing a pointer value?
No Answer is Posted For this Question
Be the First to Post Answer
Can a pointer point to null?
Is c is a middle level language?
What do mean by network ?
Why can’t constant values be used to define an array’s initial size?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Write a program to print fibonacci series without using recursion?
who developed c and why he developed c?
why programming language C is still used in operating system's kernel??
What's the difference between a linked list and an array?
could u able to tell about suresoft technical session
What is the OOPs concept?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");