Answer Posted / vishwanath pillay
It stands for nothing.
C language was more influenced by 'B' Language and was then
named 'C' as a SUCCESSOR language.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is pointer and structure in c?
Do pointers need to be initialized?
Define Spanning-Tree Protocol (STP)
What is the difference between void main and main in c?
Are pointers integer?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What are dangling pointers in c?
Can we replace the struct function in tree syntax with a union?
How can I remove the leading spaces from a string?
What are 'near' and 'far' pointers?
With the help of using classes, write a program to add two numbers.
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Why do we use null pointer?