What is I ++ in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
write a progam to display the factors of a given number and disply how many prime numbers are there?
Write a C program that reads a series of strings and prints only those ending in "ed"
Do you know the difference between malloc() and calloc() function?
what is void pointer?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
I have seen function declarations that look like this
Write a program to generate the Fibinocci Series
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
What is void main () in c?
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,