Explain zero based addressing.
No Answer is Posted For this Question
Be the First to Post Answer
Does * p ++ increment p or what it points to?
What are the 4 types of programming language?
What is the difference between null pointer and the void pointer?
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
what is the need for main function in c?
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
What is %g in c?
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
How can you check to see whether a symbol is defined?
Explain what is a const pointer?
Define Array of pointers.