what is the importance of spanning tree?
No Answer is Posted For this Question
Be the First to Post Answer
When should a far pointer be used?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Not all reserved words are written in lowercase. TRUE or FALSE?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
What is pointer & why it is used?
how we can make 3d venturing graphics on outer interface
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
Why is c called c?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
Is there any book to know about Basics of C Language?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..