How can you draw circles in C?
No Answer is Posted For this Question
Be the First to Post Answer
what is pointer?
13 Answers HCL, TCS,
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Explain what is the general form of a c program?
Explain pointer. What are function pointers in C?
What are the different types of constants?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
Write down the program to sort the array.
What is the meaning of 2d in c?
What are the 5 data types?
4. main() { int c=- -2; printf("c=%d",c); }
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
Explain the term printf() and scanf() used in c language?