What does a pointer variable always consist of?
No Answer is Posted For this Question
Be the First to Post Answer
Find occurence of a character in a sting.
Differentiate between static and dynamic modeling.
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What is the sizeof () a pointer?
How many parameters should a function have?
coding for Fibonacci.?
what are advantages of U D F?
What is the difference between struct and union in C?
how can write all 1to 100 prime numbers using for loop,if and break ?
What is the newline escape sequence?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?