What are external variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
What are the functions to open and close file in c language?
write a program that explain #define and # undef directive
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
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?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
Do you know what are bitwise shift operators in c programming?
What is void pointers in c?
what is memory leak?
What are keywords c?
What is the purpose of void pointer?
What is an arrays?
Write a program to find whether the given number is prime or not?