wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / shiva
* int Variable Stores a integer Value..
int pointer Stores a address of a integer Variable
* Float Variable Stores a Float Value..
Float pointer Stores a address of a Float Variable
* Char Variable Stores a Single Character
Char Pointer Stores Sequence of Characters
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What are integer variable, floating-point variable and character variable?
What is a c token and types of c tokens?
What is boolean in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What are the various types of control structures in programming?
What's a good way to check for "close enough" floating-point equality?
Explain what is the general form of a c program?
Explain what is wrong with this program statement? Void = 10;
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is data types?
write a c program in such a way that if we enter the today date the output should be next day's date.
In which layer of the network datastructure format change is done
What are the preprocessor categories?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?