Write a program to swap two numbers without using third variable in c?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
Can stdout be forced to print somewhere other than the screen?
What are keywords c?
How can I automatically locate a programs configuration files in the same directory as the executable?
How do we make a global variable accessible across files? Explain the extern keyword?
Software Interview Questions
Do you know what is a programing language ?
What is restrict keyword in c?
What is the scope of an external variable in c?
What are the types of data files?