Why static variable is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
related to rdbms query .
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What are the different types of objects used in c?
What is the difference between mpi and openmp?
wat is the difference between array and pointer?
What is LINKED LIST? How can you access the last element in a linked list?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
How do you determine whether to use a stream function or a low-level function?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
how to find that no is int or float?