In which language linux is written?
No Answer is Posted For this Question
Be the First to Post Answer
What are the valid places to have keyword “break”?
What does 3 periods mean in texting?
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
What is the use of sizeof () in c?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
Which is the best website to learn c programming?
what are the stages of compilation
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
Why doesn't C have nested functions?
What is the difference between typedef struct and struct?
Why we write conio h in c?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?