What are data types in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Which header file is essential for using strcmp function?
how to generate the length of a string without using len funtion?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What is an auto variable in c?
Describe dynamic data structure in c programming language?
How can I manipulate individual bits?
Why doesn't the code "a[i] = i++;" work?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
How can you invoke another program from within a C program?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Write a program that can show the multiplication table.