What is the use of
?
No Answer is Posted For this Question
Be the First to Post Answer
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
What is stack in c?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
What are the modifiers available in c programming language?
nic scientist exam
ratio,age,persentage
why should i select you?
How can I open files mentioned on the command line, and parse option flags?
Compare array data type to pointer data type