What are the advantage of c language?
No Answer is Posted For this Question
Be the First to Post Answer
what is data structure.in linear and non linear data structures which one is better?Explain
What does %d do in c?
What is the purpose of scanf() and printf() functions?
What is difference between array and structure in c?
What is an endless loop?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
Explain the properties of union. What is the size of a union variable
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
What is ## preprocessor operator in c?
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,