what type of language is C?
Answers were Sorted based on User's Feedback
Answer / livhuwani netswera
The c language is considered a procedural langeage
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you allocate memory to a double pointer ?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
How can a number be converted to a string?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Magic square
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
Is reference used in C?
code for selection sort?
What does 3 periods mean in texting?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *