Can u please send me the exam pattern and also Previous
papers to javed123go@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
What are volatile variables?
What are macros in C?
Can true be a variable name in c?
How to write a program to receive an integer & find its octal equivalent by using for loop?
Write a program to find the biggest number of three numbers in c?
char ch="{'H','I',0};printf("%s",ch);what is output
ASCII stands for
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
Why we use break in c?
What are static variables, and where are they stored?
What is the importance of c in your views?