What is a lookup table in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the array representation of a binary tree in C.
What are the differences between new and malloc in C?
Explain modulus operator.
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
Do you know the use of 'auto' keyword?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
How can I write functions that take a variable number of arguments?
How do you construct an increment statement or decrement statement in C?
Which is better oop or procedural?
Explain void pointer?
write a program to rearrange the array such way that all even elements should come first and next come odd