Write a Program to accept different goods with the number,
price and date of purchase and display them
No Answer is Posted For this Question
Be the First to Post Answer
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Explain what is the best way to comment out a section of code that contains comments?
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
What is hashing in c?
What do you mean by c what are the main characteristics of c language?
What are identifiers and keywords in c?
why do some people write if(0 == x) instead of if(x == 0)?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..