What are c header files?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between far and near ?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
regarding pointers concept
What is the use of the function in c?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
Explain what is the difference between functions abs() and fabs()?
How #define works?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
What is the difference between arrays and pointers?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.