WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between #include<stdio.h> and #include"stdio.h" ?
can we execute the program with the object file
What is atoi and atof in c?
What does %c mean in c?
Explain modulus operator.
Are pointers integer?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Write a routine that prints out a 2-D array in spiral order!
what are two categories of clint-server application development ?
Is anything faster than c?
What is scanf () in c?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.