What is nested structure in c?
HOW TO SWAP TWO NOS IN ONE STEP?
#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?
Differentiate fundamental data types and derived data types in C.
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
What are pointers? What are different types of pointers?
How can I do peek and poke in c?
What is bubble sort technique in c?
What does c mean?
Explain what are preprocessor directives?
how to introdu5ce my self in serco
p*=(++q)++*--p when p=q=1 while(q<=6)
What do you know about the use of bit field?