What is the difference between struct and typedef struct in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Program to find the absolute value of given integer using Conditional Operators
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
How are Structure passing and returning implemented by the complier?
Is r written in c?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
what is a headerfile?and what will be a program without it explain nan example?
What are the types of data types and explain?
What are the various topologies? Which one is the most secure?
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
Describe the order of precedence with regards to operators in C.
What is the difference between strcpy() and memcpy() function in c programming?