How can you find the day of the week given the date?
No Answer is Posted For this Question
Be the First to Post Answer
write a program whose output will be- 1 12 123 1234
How was c created?
please give me some tips for the placement in the TCS.
Differentiate fundamental data types and derived data types in C.
What is a good data structure to use for storing lines of text?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
Is it cc or c in a letter?
What is masking?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
What is the use of getch ()?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
any string of bits of length 'n' represents a unique non- negative integer between.............?