What is array of structure in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
how to swap two integers 1 and 32767 without using third variable
What is the advantage of a random access file?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
What does nil mean in c?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
please give me some tips for the placement in the TCS.
Table of Sudoku n*n
What are valid signatures for the Main function?
write a program to remove duplicate from an ordered char array? in c
How is null defined in c?