How can you check to see whether a symbol is defined?
What is the use of getch ()?
List the difference between a While & Do While loops?
What is the use of f in c?
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
what is diference between return 0 and return NULL??
pierrot's divisor program using c or c++ code
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Write a program that accept anumber in words
Write a program in c using only loops to print * * * * * *******
Explain what are compound statements?
When the macros gets expanded?