Is the exit() function same as the return statement? Explain.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a pragma?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
how to find that no is int or float?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
Write a function to find the area of a triangle whose length of three sides is given
How can I get random integers in a certain range?
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
How do I create a directory? How do I remove a directory (and its contents)?
What are the types of i/o functions?
What is binary tree in c?
What is the ANSI C Standard?