Dont ansi function prototypes render lint obsolete?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of static variable in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
how to find that no is int or float?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
what is different between auto and local static? why should we use local static?
main() { printf("hello"); fork(); }
. Explain the differences between fork() and exec() in C
What are pointers? Why are they used?
What will the preprocessor do for a program?
Explain what is wrong with this program statement? Void = 10;
write a programming in c language, 1 3 5 7 9 11
What is the restrict keyword in C?