What are the ways to a null pointer can use in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
How would you find a cycle in a linked list?
Why ordinary variable store only one value
Program to trim a given character from a string.
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Write a code to generate a series where the next element is the sum of last k terms.
wat are the two methods for swapping two numbers without using temp variable??
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
read an array and search an element
Compare array data type to pointer data type
Which is best linux os?
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
How macro execution is faster than function ?