Who is the main contributor in designing the c language after dennis ritchie?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are reserved words?
Write a program to swap two numbers without using third variable?
Is c is a low level language?
What does & mean in scanf?
Explain the Difference between the New and Malloc keyword.
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
How does variable declaration affect memory?
When should volatile modifier be used?
what is the definition of storage classes?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
how to swap two integers 1 and 32767 without using third variable
write a c program to find the probability of random numbers between 1-1000