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


Please Help Members By Posting Answers For Below Questions

#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); }

1002


What are integer variable, floating-point variable and character variable?

859


What is a c token and types of c tokens?

819


What is boolean in c?

822


Discuss the function of conditional operator, size of operator and comma operator with examples.

893


What are the various types of control structures in programming?

808


What's a good way to check for "close enough" floating-point equality?

850


Explain what is the general form of a c program?

818


Explain what is wrong with this program statement? Void = 10;

989


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

1671


What is data types?

819


write a c program in such a way that if we enter the today date the output should be next day's date.

1906


In which layer of the network datastructure format change is done

1640


What are the preprocessor categories?

826


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?

916