Describe static function with its usage?
No Answer is Posted For this Question
Be the First to Post Answer
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is bubble sort technique in c?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
What does stand for?
how will you write a program on linked lists using JAVA programming???????????
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
What is scope rule in c?
What is the difference between Printf(..) and sprint(...) ?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
What is the difference between int main and void main?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....