What is mean by data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
will u give me old quesrion papers for aptitude for L & t info tech?
What is difference between structure and union in c programming?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
Is double link list a linear data structure? If Yes, Why?If No, Why?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What is key word in c language?
What are bitwise shift operators in c programming?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Explain what is the benefit of using an enum rather than a #define constant?
What is auto keyword in c?