Why is it important to memset a variable, immediately after
allocating memory to it ?
No Answer is Posted For this Question
Be the First to Post Answer
Why does everyone say not to use gets?
How can I pad a string to a known length?
What are static variables in c?
Explain what is the heap?
What is NULL pointer?
What is the difference between int main and void main?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
Discuss the function of conditional operator, size of operator and comma operator with examples.
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
What do you mean by command line argument?
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...