How does placing some code lines between the comment symbol help in debugging the code?
No Answer is Posted For this Question
Be the First to Post Answer
How is pointer initialized in c?
Combinations of fibanocci prime series
What is the proper way of these job Tell me about there full work
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
What is context in c?
How to set file pointer to beginning c?
What are the rules for identifiers in c?
write a program to print the all 4digits numbers & whose squares must me even numbers?
What is a lvalue
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
What are directives in c?
What type is sizeof?