What is the best way to store flag values in a program?
No Answer is Posted For this Question
Be the First to Post Answer
What is function pointer and where we will use it
How many types of functions are there in c?
what defference between c and c++ ?
How to create struct variables?
How do I determine whether a character is numeric, alphabetic, and so on?
What are pointers? What are stacks and queues?
Write a program to know whether the input number is an armstrong number.
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
What is an example of enumeration?
Why doesn't the code "a[i] = i++;" work?
what are the languages used in c#?
How many bytes are occupied by near, far and huge pointers (dos)?