What is the size of enum in bytes?
No Answer is Posted For this Question
Be the First to Post Answer
What are volatile variables in c?
What is infinite loop?
Why main is used in c?
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
write a program in c language to print your bio-data on the screen by using functions.
What is difference between arrays and pointers?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
code for reverse alternate words from astring
What is a stream in c programming?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
what will be the output for the following main() { printf("hi" "hello"); }