What is the difference between exit() and _exit() function in c?
What is undefined behavior?
How do you define CONSTANT in C?
Write a Program to accept different goods with the number, price and date of purchase and display them
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
who is the father of c
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Is there a way to jump out of a function or functions?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
Explain what is the benefit of using const for declaring constants?
A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
Hi, main() { } Is a user defined function or Built in Functionn
what is difference b/w extern & volatile variable??