What is pass by reference in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to go with this?
What is derived datatype in c?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
Explain how do you print an address?
What is the data segment that is followed by c?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What are the different types of C instructions?
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
why wipro wase
What is a function in c?
What is int main () in c?