What does nil mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of putchar function?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
write a program to find lcm and hcf of two numbers??
How is = symbol different from == symbol in c programming?
a simple c program using 'for' loop to display the output 5 4 3 2 1
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
Why should I use standard library functions instead of writing my own?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Write a program to find given number is even or odd without using any control statement.
What is #include in c?