What is the right type to use for boolean values in c? Is there a standard type?
No Answer is Posted For this Question
Be the First to Post Answer
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
How to create struct variables?
what is develop in c language
write a program to print the all 4digits numbers & whose squares must me even numbers?
where can function pointers be used?
what is the difference between #include<stdio.h> and #include"stdio.h" ?
Explain how does free() know explain how much memory to release?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
Is it better to use a macro or a function?