Do you know null pointer?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Write a program that his output * *** *****
how to find the binary of a number?
What are the 4 types of functions?
what is link list?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
What is the size of structure pointer in c?
code for replace tabs with equivalent number of blanks
write a programming in c language, 1 3 5 7 9 11
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
prototype of sine function.