Is c is a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
What is a nested loop?
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
Explain the difference between strcpy() and memcpy() function?
What are the advantages of Macro over function?
How to write a multi-statement macro?
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,
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
Program to find larger of the two numbers without using if-else,while,for,switch
What is the collection of communication lines and routers called?
String concatenation
What is storage class?
Why dont c comments nest?