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>...
what are # pragma staments?
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
How does C++ help with the tradeoff of safety vs. usability?
What is period operator in c?
Toggle nth bit in a given integer - num
What would be an example of a structure analogous to structure c?
How many parameters should a function have?
c program to add and delete an element from circular queue using array
Hi, main() { } Is a user defined function or Built in Functionn
How will you write a code for accessing the length of an array without assigning it to another variable?
program to find the roots of a quardratic equation
Explain how can I convert a number to a string?