what do you mean by inline function in C?
No Answer is Posted For this Question
Be the First to Post Answer
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
Write a program to print prime nums from 1-20 using c programing?
What is the difference between int main and void main in c?
What's the total generic pointer type?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
how to return 1000 variables from functio9n in c?plz give me code also
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
Tell me can the size of an array be declared at runtime?
Why can’t constant values be used to define an array’s initial size?
What is difference between union and structure in c?
What is the difference between mpi and openmp?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression