which of the following is allowed in a "C" arithematic instruction
a) []
b) {}
c) ()
d) none of the above
What is the difference between a string and an array?
The file stdio.h, what does it contain?
write a program to swap two variables a=5 , b= 10 without using third variable
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
how to construct a simulator keeping the logical boolean gates in c
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is meant by recursion?
write a program in c language to print your bio-data on the screen by using functions.
what is the difference between getch() and getchar()?
Differentiate between the expression “++a” and “a++”?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
Differentiate between #include<...> and #include '...'