IS Doon college of Engn.. has good faculty
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>...
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
Can you think of a way when a program crashed before reaching main? If yes how?
write a program for egyptian fractions in c?
What are the types of pointers in c?
Explain how can type-insensitive macros be created?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What's wrong with "char *p = malloc(10);" ?
How many types of functions are there in c?
Describe the header file and its usage in c programming?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0