What are the data types present in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
is forign key will be unique key any table or not?
which types of data structure will i use to convert infix to post fix???
plz answer.. a program that takes a string e.g. "345" and returns integer 345
post new interiew question and aptitude test papers
Are global variables static in c?
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
Why do we use return in c?
Is that possible to add pointers to each other?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
what is function pointer?