How to develop software using "c" programming?
Answer / t.ilaya raja perumal
the software were devoloped through the c cocding
| Is This Answer Correct ? | 6 Yes | 2 No |
biggest of two no's with out using if condition statement
how to find the given number is prime or not?
what is the difference between char * const and const char *?
Explain the use of function toupper() with and example code?
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
convert 0.9375 to binary
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Is c functional or procedural?
Explain Linker and Loader
With the help of using classes, write a program to add two numbers.