What is boolean in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are different storage class specifiers in c?
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
Explain what is a pragma?
Why c is procedure oriented?
what is link list?
in iso what are the common technological language?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
Differentiate between #include<...> and #include '...'
how can i get this by using for loop? * ** * **** * ******
int *a[5] refers to
How will you write a code for accessing the length of an array without assigning it to another variable?
what is a stack