can we declare a function in side the structure?
Answers were Sorted based on User's Feedback
Can you subtract pointers from each other? Why would you?
how do we remove the printed character in printf statement and write next it it
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
What are the loops in c?
write an interactive program to generate the divisors of a given integer.
Do pointers need to be initialized?
Why can't we initialise member variable of a strucutre
count the numbers between 100 and 300, that star with 2 and ends with 2
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
What is a Deque?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
what is difference between array of characters and string