#define DCHAR char*
typedef char* TCHAR;
if using these following variables will be declared like
DCHAR ch1, ch2;
TCHAR ch3, ch4;
then what will be types of ch1, ch2, ch3 and ch4?
Answer Posted / guest
char *
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
List some basic data types in c?
How can I convert a number to a string?
#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 reserved words with a programming language?
develop algorithms to add polynomials (i) in one variable
Can you assign a different address to an array tag?
What is the use of getchar functions?
Tell us something about keyword 'auto'.
When should the const modifier be used?
What is methods in c?
What is difference between %d and %i in c?
Does c have function or method?
Is int a keyword in c?
Why do we use main function?