How macro execution is faster than function ?
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
what is the difference between global variable & static variable declared out side all the function in the file.
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
What are pointers in C? Give an example where to illustrate their significance.
why do some people write if(0 == x) instead of if(x == 0)?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Write a code of a general series where the next element is the sum of last k terms.
What is meant by keywords in c?
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
Can we change the value of constant variable in c?
Explain how do you list a file’s date and time?