Is c dynamically typed?
ratio,age,persentage
Write a program that his output 1 12 123
will u give me old quesrion papers for aptitude for L & t info tech?
Explain built-in function?
What is binary tree in c?
What language is c written?
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
simple c program for 12345 convert 54321 with out using string
What is the argument of a function in c?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
Why is structure important for a child?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END