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
Explain about block scope in c?
how can I convert a string to a number?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
wat s the meaning of (int *)p +4;
say the following declaration is correct nr not. int b=a,n=0;
What is static and auto variables in c?
What is the meaning of c in c language?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What does extern mean in a function declaration?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.