Answer Posted / bala prasad
Computer is an eletronic device which can be used to solve mathematical and logical operations.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is c programming structure?
Can a file other than a .h file be included with #include?
What is new line escape sequence?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
what is different between auto and local static? why should we use local static?
What is the use of typedef in structure in c?
How can I split up a string into whitespace-separated fields?
When c language was developed?
What is the difference between call by value and call by reference in c?
How can I swap two values without using a temporary?
Is there any data type in c with variable size?
Are the variables argc and argv are local to main?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f