What is a pointer value and address in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
ASCII stands for
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
What is the scope of an external variable in c?
Table of Sudoku n*n
what are the various memory handling mechanisms in C ?
Give me the code of in-order recursive and non-recursive.
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
what is the flow of execution in cprogram? ex:printf();,scanf();
what different between c and c++
What is a dynamic array in c?