What is boolean in c?
No Answer is Posted For this Question
Be the First to Post Answer
How the C program can be compiled?
How can we see the Expanded source code and compiled code for our source program in C?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
what is the diffrenet bettwen HTTP and internet protocol
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is the right type to use for boolean values in c?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
How a string is stored in c?
What is memmove?
Can you pass an entire structure to functions?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
What is ## preprocessor operator in c?