Do you know null pointer?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
Explain how can I avoid the abort, retry, fail messages?
What is a good data structure to use for storing lines of text?
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Three major criteria of scheduling.
What are the primitive data types in c?
how can u print a message without using any library function in c
what is the format specifier for printing a pointer value?
What is the difference between test design and test case design?