all c language question
No Answer is Posted For this Question
Be the First to Post Answer
what are the difference between ANSI C and Let Us c and Turbo C
What is a header file?
Magic square
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
what is ur strangth & weekness
0 Answers Cognizant, LG Soft, NetEnrich,
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
What is array in c with example?
What are preprocessor directives in c?
Can static variables be declared in a header file?
give one ip, find out which contry
How do you print only part of a string?