Is c is a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between structure and union in c programming?
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
write a proram to reverse the string using switch case?
Do you know what are the properties of union in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
write a program in c language to print your bio-data on the screen by using functions.
What is the Difference between Class and Struct?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
What is the maximum no. of arguments that can be given in a command line in C.?
What are the two types of functions in c?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a