What is the meaning of typedef struct in c?
No Answer is Posted For this Question
Be the First to Post Answer
how can write all 1to 100 prime numbers using for loop,if and break ?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
write a program to remove duplicate from an ordered char array? in c
Explain what are the __date__ and __time__ preprocessor commands?
difference between loading and linking
What is operator promotion?
how to make program without <> in libray.
what do structure language means?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Define and explain about ! Operator?
12345 1234 123 12 1
What is strcpy() function?