What is the process of writing the null pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Can we compile a program without main() function?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
write a program to check whether a number is Peterson or not.
A program to write a number of letters and numbers, such as counting and display
Write a program to know whether the input number is an armstrong number.
What is pointer to pointer in c?
64/square(4)
What is infinite loop?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
write a programe returns the number of times the character appears in the string
What is the scope of an external variable in c?
What is an anonymous union and where to apply that ?