What is the difference between far and near ?
No Answer is Posted For this Question
Be the First to Post Answer
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Explain what is wrong with this program statement?
write a program to sort the elements in a given array in c language
marge linklist
Can a program have multiple main() functions?
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
What is the scope of global variable in c?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
Write down the program to sort the array.
char ch="{'H','I',0};printf("%s",ch);what is output
Apart from dennis ritchie who the other person who contributed in design of c language.
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4