what is the difference between NULL('\0') and 0?
Answer Posted / prasad
null set always knwn as zero
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is bin sh c?
how do you programme Carrier Sense Multiple Access
What is variable in c example?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Explain goto?
Explain what math functions are available for integers? For floating point?
What is hash table in c?
What is the most efficient way to store flag values?
Is stack a keyword in c?
Is register a keyword in c?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
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)
write a program to concatenation the string using switch case?
If I have a char * variable pointing to the name of a function ..