What is "Hungarian Notation"?
No Answer is Posted For this Question
Be the First to Post Answer
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
Define Spanning-Tree Protocol (STP)
What’s the special use of UNIONS?
What is s or c?
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
How would you rename a function in C?
What is the difference between the expression “++a” and “a++”?
What are different types of pointers?
Can we change the value of static variable in c?
Write a program to check prime number in c programming?
Difference between for loop and while loop?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.