What is putchar() function?
No Answer is Posted For this Question
Be the First to Post Answer
Can i use “int” data type to store the value 32768? Why?
How many parameters should a function have?
Write a program to swap two numbers without using a temporary variable?
What is int main () in c?
What is #include cctype?
What are the different pointer models in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
what is available in C language but not in C++?
10 Answers CTS, TCS,
The difference between printf and fprintf is ?
Which function in C can be used to append a string to another string?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.