can we declare a function in side the structure?
Answers were Sorted based on User's Feedback
convert 12345 to 54321 withoutusing strig
Write code for atoi(x) where x is hexadecimal string.
how is the examination pattern?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
What type is sizeof?
What is the use of void pointer and null pointer in c language?
Do you have any idea how to compare array with pointer in c?
What is echo in c programming?
How can I manipulate individual bits?
What is function what are the types of function?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;