What is calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
explain what is a newline escape sequence?
mplementation of stack using any programing language
Explain 'bus error'?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
What is pointer to pointer in c?
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!
how to make program without <> in library.
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
1 1 12 21 123 321 12344231 how i creat it with for loop??
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;