Is c still relevant?
No Answer is Posted For this Question
Be the First to Post Answer
What does the message "warning: macro replacement within a string literal" mean?
What is static memory allocation?
Can you mix old-style and new-style function syntax?
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
What is ctrl c called?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
Are negative numbers true in c?
Can you please explain the difference between strcpy() and memcpy() function?
How do we declare variables in c?
Compare and contrast compilers from interpreters.