What is meaning of tree
No Answer is Posted For this Question
Be the First to Post Answer
code for inverse a matrix
what is the difference between 123 and 0123 in c?
what are the compilation steps? ( i want inside the compiler )
Explain how do you list files in a directory?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
how to find anagram without using string functions using only loops in c programming
What is indirection? How many levels of pointers can you have?
how to find that no is int or float?
What is a structure member in c?
How we can write a value to an address using macro..?