What is full form of PEPSI
No Answer is Posted For this Question
Be the First to Post Answer
write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
Printf can be implemented by using __________ list.
print numbers till we want without using loops or condition statements like specifically(for,do while, while swiches, if etc)!
How to count a sum, when the numbers are read from stdin and stored into a structure?
What is data _null_? ,Explain with code when u need to use it in data step programming ?
Write a routine to implement the polymarker function
write a c-program to display the time using FOR loop
how can i search an element in an array
2 Answers CTS, Microsoft, ViPrak,
void main() { int c; c=printf("Hello world"); printf("\n%d",c); }
#define int char main() { int i=65; printf("sizeof(i)=%d",sizeof(i)); }
write a program for area of circumference of shapes