What are global variables?
No Answer is Posted For this Question
Be the First to Post Answer
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
Describe the steps to insert data into a singly linked list.
Write a program with dynamically allocation of variable.
WHAT IS ABSTRACT DATA TYPE
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
what is compiler
c pgm count no of lines , blanks, tabs in a para(File concept)
What is the main difference between calloc () and malloc ()?
Explain heap and queue.
What is action and transformation in spark?
Explain what are preprocessor directives?