How is pointer initialized in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain function?
p*=(++q)++*--p when p=q=1 while(q<=6)
what is the maximum no. of bytes calloc can allocate
What are pointers in C? Give an example where to illustrate their significance.
what is a static function
How do you declare a variable that will hold string values?
main difference between c and c++ language
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
What is meant by type specifiers?
Describe how arrays can be passed to a user defined function
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?