Is it possible to have a function as a parameter in another function?
#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?
Can we replace the struct function in tree syntax with a union?
What is the purpose of macro in C language?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Explain what is the concatenation operator?
Why is c called c?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
Explain the ternary tree?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is the difference between struct and union in C?
How to get string length of given string in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none