What is formal argument?
No Answer is Posted For this Question
Be the First to Post Answer
What is int main () in c?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
What is use of null pointer in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
1. Write a program to reverse every second word in a given sentence.
what is the similarities between. system call and library function?
Difference Between embedded software and soft ware?
what is printf
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
How can we open a file in Binary mode and Text mode?what is the difference?
Explain why C language is procedural?