Describe static function with its usage?
No Answer is Posted For this Question
Be the First to Post Answer
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is the general form of function in c?
char ch=10;printf("%d",ch);what is the output
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What are pointers in C? Give an example where to illustrate their significance.
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
What is volatile variable how do you declare it?
Is printf a keyword?
What are control structures? What are the different types?
How can you allocate arrays or structures bigger than 64K?
How do you use a 'Local Block'?