What is the difference between far and near ?
No Answer is Posted For this Question
Be the First to Post Answer
What is a c token and types of c tokens?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
Explain low-order bytes.
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
How can I find the modification date and time of a file?
Why does notstrcat(string, "!");Work?
What are the different file extensions involved when programming in C?
Write a C program to print 1 2 3 ... 100 without using loops?
Why use int main instead of void main?
Write a program in C to reverse a number by recursive function?
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
What is the maximum no. of arguments that can be given in a command line in C.?