Explain what does it mean when a pointer is used in an if statement?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What does %f mean c?
What is the code for 3 questions and answer check in VisualBasic.Net?
how will you write a program on linked lists using JAVA programming???????????
Give me the code of in-order recursive and non-recursive.
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
how to execute with out main in cprogram
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
What is 1f in c?
What is the size of array float a(10)?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.