Answer Posted / paras rajput
c is structure programming language used to implement of potable application software and operating system
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain what are the __date__ and __time__ preprocessor commands?
What do mean by network ?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is signed and unsigned?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the difference between declaring a variable and defining a variable?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
how to build a exercise findig min number of e heap with list imlemented?
How many keywords are there in c?
How do I read the arrow keys? What about function keys?
What does emoji p mean?
What are pointers?
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
How many levels of indirection in pointers can you have in a single declaration?
What is use of bit field?