What is a char in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between while and do while?
How many header files are in c?
write a c program for greatest of three numbers without using if statment
Explain the meaning of keyword 'extern' in a function declaration.
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
what is the return type of printf
What language is c written?
write a program to rearrange the array such way that all even elements should come first and next come odd
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
What is structure packing in c?