Why doesnt long int work?
No Answer is Posted For this Question
Be the First to Post Answer
What does c in a circle mean?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
Write the control statements in C language
What are identifiers in c?
HOW TO SWAP TWO NOS IN ONE STEP?
in which language c language is written?
1. Write a program to reverse every second word in a given sentence.
what are non standard function in c
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
write a c program for greatest of three numbers without using if statment
Hai why 'c' is the middle language
write a function for strtok()??