What are the complete rules for header file searching?
No Answer is Posted For this Question
Be the First to Post Answer
main() {int a=200*200/100; printf("%d",a); }
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
what is a function prototype?
Explain how can you avoid including a header more than once?
How can we allocate array or structure bigger than 64kb?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
Write a program to swap two numbers without using a temporary variable?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What are the properties of union in c?
What will happen when freeing memory twice