What does emoji p mean?
No Answer is Posted For this Question
Be the First to Post Answer
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)....................
Why is the code below functioning. According to me it MUST NOT.
Explain continue keyword in c
write a c program to convert fahrenheit to celsius?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
why TCS selected more student in the software field from all institution.
A program to write a number of letters and numbers, such as counting and display
What is the difference between local variable and global variable in c?
How can you be sure that a program follows the ANSI C standard?
what is the maximum limit of row and column of a matrix in c programming. in linux .
What is a pointer on a pointer in c programming language?
How can you call a function, given its name as a string?