What are identifiers c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
What is the modulus operator?
Program to display given 3 integers in ascending order
write a program of palindrome(madam=madam) using pointer?
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
int i=10; printf("%d %d %d", i, i=20, i);
What is the use of putchar function?
What is preprocessor with example?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
What is the difference between malloc() and realloc()?
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,